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
Ryan Di e957c8e9ee
feat: image cropping (#8613)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
3 months ago
..
ga chore: Unify math types, utils and functions (#8389) 5 months ago
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 5 months ago
README.md chore: Unify math types, utils and functions (#8389) 5 months ago
angle.ts chore: Unify math types, utils and functions (#8389) 5 months ago
arc.test.ts refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 4 months ago
arc.ts chore: Unify math types, utils and functions (#8389) 5 months ago
curve.ts refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 4 months ago
index.ts chore: Unify math types, utils and functions (#8389) 5 months ago
line.ts chore: Unify math types, utils and functions (#8389) 5 months ago
package.json chore: Unify math types, utils and functions (#8389) 5 months ago
point.test.ts refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 4 months ago
point.ts refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 4 months ago
polygon.ts chore: Unify math types, utils and functions (#8389) 5 months ago
range.test.ts chore: Unify math types, utils and functions (#8389) 5 months ago
range.ts chore: Unify math types, utils and functions (#8389) 5 months ago
segment.ts chore: Unify math types, utils and functions (#8389) 5 months ago
triangle.ts chore: Unify math types, utils and functions (#8389) 5 months ago
types.ts chore: Unify math types, utils and functions (#8389) 5 months ago
utils.ts feat: image cropping (#8613) 3 months ago
vector.test.ts chore: Unify math types, utils and functions (#8389) 5 months ago
vector.ts feat: image cropping (#8613) 3 months ago
webpack.prod.config.js chore: Unify math types, utils and functions (#8389) 5 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