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