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