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