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

@@ -6,7 +6,7 @@
* @copyright 2010 Alexis Deveria
*
*/
import {canvg} from '../../../external/canvg/canvg.js';
import {Canvg as canvg} from 'canvg';
const loadExtensionTranslation = async function (lang) {
let translationModule;