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