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