use a fixed import for canvg

This commit is contained in:
jfh
2020-08-29 00:02:35 +02:00
parent 44f9190403
commit e22ea424db
596 changed files with 24 additions and 341398 deletions

View File

@@ -1,13 +0,0 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var en = exports('default', {
uploading: 'Uploading...',
hiddenframe: 'Opensave frame to store hidden values'
});
}
};
});

View File

@@ -1,13 +0,0 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
uploading: '正在上传...',
hiddenframe: 'Opensave frame to store hidden values'
});
}
};
});