excalidraw/packages/math
Márk Tolmács f4dd23fc31
chore: Unify math types, utils and functions (#8389)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-09-02 22:23:38 +00:00
..
ga 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
CHANGELOG.md 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
README.md 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 chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00: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

@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