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