Ryan Di e957c8e9ee feat: image cropping (#8613) 9 luni în urmă
..
ga f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
CHANGELOG.md f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
README.md f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
angle.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
arc.test.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 10 luni în urmă
arc.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
curve.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 10 luni în urmă
index.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
line.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
package.json f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
point.test.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 10 luni în urmă
point.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 10 luni în urmă
polygon.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
range.test.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
range.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
segment.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
triangle.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
types.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
utils.ts e957c8e9ee feat: image cropping (#8613) 9 luni în urmă
vector.test.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă
vector.ts e957c8e9ee feat: image cropping (#8613) 9 luni în urmă
webpack.prod.config.js f4dd23fc31 chore: Unify math types, utils and functions (#8389) 11 luni în urmă

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