Márk Tolmács 91ebf8b0ea feat: Elbow arrow segment fixing & positioning (#8952) 8 months ago
..
ga f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
CHANGELOG.md f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
README.md f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
angle.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
arc.test.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 1 year ago
arc.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
curve.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 1 year ago
index.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
line.ts 91ebf8b0ea feat: Elbow arrow segment fixing & positioning (#8952) 8 months ago
package.json f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
point.test.ts 47ee8a0094 refactor: `point()` -> `pointFrom()` to fix compiler issue (#8578) 1 year ago
point.ts 91ebf8b0ea feat: Elbow arrow segment fixing & positioning (#8952) 8 months ago
polygon.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
range.test.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
range.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
segment.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
triangle.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
types.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
utils.ts e957c8e9ee feat: image cropping (#8613) 11 months ago
vector.test.ts f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year ago
vector.ts e957c8e9ee feat: image cropping (#8613) 11 months ago
webpack.prod.config.js f4dd23fc31 chore: Unify math types, utils and functions (#8389) 1 year 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