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