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