mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 16:29:58 +02:00
refactor: separate elements logic into a standalone package (#9285)
This commit is contained in:
4
packages/utils/src/index.ts
Normal file
4
packages/utils/src/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from "./export";
|
||||
export * from "./withinBounds";
|
||||
export * from "./bbox";
|
||||
export { getCommonBounds } from "@excalidraw/element/bounds";
|
Reference in New Issue
Block a user