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