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 4136b68 commit 08e7e76Copy full SHA for 08e7e76
packages/core/ServersPlugin.ts
@@ -11,8 +11,6 @@ import { fabric } from 'fabric';
11
import Editor from './Editor';
12
type IEditor = Editor;
13
import { SelectEvent, SelectMode } from './eventType';
14
-import { off } from 'process';
15
-import { forIn } from 'lodash-es';
16
17
function transformText(objects: any) {
18
if (!objects) return;
0 commit comments