refactor: separate elements logic into a standalone package (#9285)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { throttleRAF } from "../utils";
|
||||
import { throttleRAF } from "@excalidraw/common";
|
||||
|
||||
import { renderElement } from "@excalidraw/element/renderElement";
|
||||
|
||||
import { bootstrapCanvas, getNormalizedCanvasDimensions } from "./helpers";
|
||||
import { renderElement } from "./renderElement";
|
||||
|
||||
import type { NewElementSceneRenderConfig } from "../scene/types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user