xyc
2024-08-19 27cf08e72fbff991712384ee7d5c509dc0ccc76f
1
2
3
4
5
import svgEditor from './svg-editor.js';
svgEditor.setConfig({
  canvasName: 'xdomain', // Namespace this
  allowedOrigins: ['*']
});