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

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