excalidraw/packages/math
Márk Tolmács e32836f799
fix: Use analytical Jacobian for curve intersection testing (#10007)
2025-09-24 19:33:20 +02:00
..
src fix: Use analytical Jacobian for curve intersection testing (#10007) 2025-09-24 19:33:20 +02:00
tests fix: Use analytical Jacobian for curve intersection testing (#10007) 2025-09-24 19:33:20 +02:00
README.md refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
global.d.ts chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
package.json chore: release multiple packages (#9698) 2025-06-30 12:19:15 +02:00
tsconfig.json fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00

README.md

@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