This commit is contained in:
JFH
2021-02-14 20:17:48 +01:00
parent da87bae1ee
commit acb667c446
72 changed files with 426 additions and 586 deletions

View File

@@ -111,8 +111,10 @@ svgCanvas.setSvgString('string');
svgCanvas.setSvgString('string')(function (data, error) {
if (error) {
// There was an error
throw error
} else {
// Handle data
console.log(data)
}
});