We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403c035 commit ce7f90cCopy full SHA for ce7f90c
packages/core/plugin/PolygonModifyPlugin.ts
@@ -1,7 +1,7 @@
1
import Editor from '../Editor';
2
import { fabric } from 'fabric';
3
import { drawImg } from '../utils/utils';
4
-import edgeImg from '../assets/edgecontrol.svg';
+import edgeImg from '../assets/edgecontrol.svg?url';
5
import { noop } from 'lodash-es';
6
7
type IEditor = Editor;
0 commit comments