Unify bounds calculation

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2024-09-24 18:25:31 +02:00
parent c0915c6b98
commit 0c47bd0004
No known key found for this signature in database
9 changed files with 80 additions and 94 deletions

View file

@ -1,3 +1,2 @@
export * from "./export";
export * from "./withinBounds";
export { getCommonBounds } from "../excalidraw/element/bounds";