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