xyc
2025-01-08 c8c42a473eb1269d8c9eed26b90975340850b0ea
1
2
3
4
5
import svgEditor from './svg-editor.js';
svgEditor.setConfig({
  canvasName: 'xdomain', // Namespace this
  allowedOrigins: ['*']
});