- Refactoring: Although openclipart is not currently working, we still add routine for copying query-result/qr-manipulation to be able to use them in other script

This commit is contained in:
Brett Zamir
2018-09-30 13:33:00 +08:00
parent c1a5a96c0e
commit e735142a40
5 changed files with 668 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
import {jml, body, nbsp} from '../../external/jamilih/jml-es.js';
import $ from '../../../node_modules/query-result/esm/index.js';
import {manipulation} from '../../../node_modules/qr-manipulation/dist/index-es.js';
import $ from '../../external/query-result/esm/index.js';
import {manipulation} from '../../external/qr-manipulation/dist/index-es.js';
manipulation($, jml);
const baseAPIURL = 'https://openclipart.org/search/json/';