mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 01:10:10 +02: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