move canvg and rgbcolor libs to external

This commit is contained in:
jfh
2020-08-28 01:28:14 +02:00
parent 2827efc88f
commit bac5d13d20
6 changed files with 117 additions and 12 deletions

View File

@@ -156,7 +156,9 @@
"dependencies": {
"@babel/polyfill": "^7.10.4",
"core-js": "^3.6.5",
"regenerator-runtime": "^0.13.7"
"jspdf": "^2.1.0",
"regenerator-runtime": "^0.13.7",
"svg2pdf.js": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",