You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/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>
6 months ago
..
ga chore: Unify math types, utils and functions (#8389) 6 months ago
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 6 months ago
README.md chore: Unify math types, utils and functions (#8389) 6 months ago
angle.ts chore: Unify math types, utils and functions (#8389) 6 months ago
arc.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
arc.ts chore: Unify math types, utils and functions (#8389) 6 months ago
curve.ts chore: Unify math types, utils and functions (#8389) 6 months ago
index.ts chore: Unify math types, utils and functions (#8389) 6 months ago
line.ts chore: Unify math types, utils and functions (#8389) 6 months ago
package.json chore: Unify math types, utils and functions (#8389) 6 months ago
point.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
point.ts chore: Unify math types, utils and functions (#8389) 6 months ago
polygon.ts chore: Unify math types, utils and functions (#8389) 6 months ago
range.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
range.ts chore: Unify math types, utils and functions (#8389) 6 months ago
segment.ts chore: Unify math types, utils and functions (#8389) 6 months ago
triangle.ts chore: Unify math types, utils and functions (#8389) 6 months ago
types.ts chore: Unify math types, utils and functions (#8389) 6 months ago
utils.ts chore: Unify math types, utils and functions (#8389) 6 months ago
vector.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
vector.ts chore: Unify math types, utils and functions (#8389) 6 months ago
webpack.prod.config.js chore: Unify math types, utils and functions (#8389) 6 months ago

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