1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-10 11:35:52 +01:00
excalidraw/packages/math
Ryan Di e957c8e9ee
feat: image cropping (#8613)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-10-21 22:26:52 +02:00
..
ga chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
angle.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
arc.test.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
arc.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
curve.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
index.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
line.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
package.json chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
point.test.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
point.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
polygon.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
range.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
range.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
README.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
segment.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
triangle.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
types.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
utils.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +02:00
vector.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
vector.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +02:00
webpack.prod.config.js chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00

@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