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