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