feat: extend line snapping to creation

This commit is contained in:
Ryan Di
2025-06-16 20:55:27 +10:00
parent 5403fa8a0d
commit 07640dd756
8 changed files with 155 additions and 57 deletions
+1
View File
@@ -107,6 +107,7 @@ export * from "./ShapeCache";
export * from "./shapes";
export * from "./showSelectedShapeActions";
export * from "./sizeHelpers";
export * from "./snapping";
export * from "./sortElements";
export * from "./store";
export * from "./textElement";