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