excalidraw/packages/math
Ryan Di 6fc85022ae
Some checks failed
Tests / test (push) Successful in 7m13s
Auto release excalidraw next / Auto-release-excalidraw-next (push) Failing after 1m45s
Build Docker image / build-docker (push) Failing after 6s
Cancel previous runs / cancel (push) Failing after 1s
Publish Docker / publish-docker (push) Failing after 20s
New Sentry production release / sentry (push) Failing after 2m5s
fix: lasso selection issues (#9353)
* revert stroke slicing hack for knot

* fix incorrect closing of path

* nonzero enclosure

* lint
2025-04-08 00:50:52 +10:00
..
src fix: lasso selection issues (#9353) 2025-04-08 00:50:52 +10:00
tests 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 fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00
README.md refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
tsconfig.json fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +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