excalidraw/packages/math
2025-02-28 16:49:09 +01:00
..
angle.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
curve.test.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
curve.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
ellipse.test.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
ellipse.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
global.d.ts chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
index.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
line.test.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
line.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
package.json chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
point.test.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
point.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
polygon.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
range.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
range.ts chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
README.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
rectangle.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
segment.test.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
segment.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
triangle.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
tsconfig.json chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
types.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
utils.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +02:00
vector.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
vector.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00

@excalidraw/math

Install

npm install @excalidraw/math

If you prefer Yarn over npm, use this command to install the Excalidraw utils package:

yarn add @excalidraw/math

With PNPM, similarly install the package with this command:

pnpm add @excalidraw/math

API