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