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