You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*globals svgEditor*/ |
|
|
|
svgEditor.setConfig({ |
|
// extensions: [ |
|
// 'ext-eyedropper.js', |
|
// 'ext-shapes.js', |
|
// 'ext-polygon.js', |
|
// 'ext-star.js' |
|
//], |
|
//emptyStorageOnDecline: true |
|
allowedOrigins: [window.location.origin] // May be 'null' (as a string) when used as a file:// URL |
|
});
|
|
|