mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 03:34:43 +01:00
refactor: separate elements logic into a standalone package (#9285)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { debounce } from "@excalidraw/common";
|
||||
|
||||
import { WorkerInTheMainChunkError, WorkerUrlNotDefinedError } from "./errors";
|
||||
import { debounce } from "./utils";
|
||||
|
||||
class IdleWorker {
|
||||
public instance: Worker;
|
||||
|
||||
Reference in New Issue
Block a user