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