Compare commits

...
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
export * from "./export";
export * from "./withinBounds";
export * from "./bbox";
export { elementsOverlappingBBox } from "./withinBounds";
export { getCommonBounds } from "../excalidraw/element/bounds";
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@excalidraw/utils",
"version": "0.1.2",
"version": "0.1.3-test27",
"main": "./dist/prod/index.js",
"type": "module",
"module": "./dist/prod/index.js",