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