remove externals in favor of npm packages

This commit is contained in:
jfh
2020-09-13 12:08:05 +02:00
parent 6379335d6a
commit ff711f080b
16 changed files with 11 additions and 6256 deletions

View File

@@ -1,4 +1,5 @@
import {jml, body, nbsp} from '../../../external/jamilih/jml-es.js';
// eslint-disable-next-line node/no-unpublished-import
import {jml, body, nbsp} from 'jamilih';
import $ from '../../../external/query-result/esm/index.js';
import {manipulation} from '../../../external/qr-manipulation/dist/index-es.js';