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