excalidraw/packages/math
David Luzar fd39712ba6
fix: improve canvas search scroll behavior further (#8491)
2024-09-11 18:01:18 +02:00
..
ga chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
README.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
angle.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
arc.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
arc.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
curve.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
index.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
line.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
package.json chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
point.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
point.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00: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: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
segment.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
triangle.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
types.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
utils.ts fix: improve canvas search scroll behavior further (#8491) 2024-09-11 18:01:18 +02:00
vector.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
vector.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
webpack.prod.config.js chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00: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

API