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

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