npm update

This commit is contained in:
JFH
2021-02-23 23:39:14 +01:00
parent 9bac20edd2
commit 82ed16c983
15 changed files with 2463 additions and 987 deletions

View File

@@ -110,6 +110,7 @@ svgCanvas.setSvgString('string');
svgCanvas.setSvgString('string')(function (data, error) {
if (error) {
// There was an error
throw error
} else {
// Handle data
}