excalidraw/packages/math
WalterMitty 58990b41ae
All checks were successful
Tests / test (push) Successful in 4m51s
fix: 'Rotate' spell error (#9288)
2025-03-22 09:06:23 +00:00
..
angle.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
curve.test.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
curve.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
ellipse.test.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
ellipse.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +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 refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
package.json chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
point.test.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
point.ts fix: 'Rotate' spell error (#9288) 2025-03-22 09:06:23 +00:00
polygon.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
range.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
range.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
README.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
rectangle.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
segment.test.ts feat: Remove GA code from binding (#9042) 2025-02-25 22:52:06 +01:00
segment.ts refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +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