excalidraw/packages/math
Mark Tolmacs b4cb314090
Refactoring points
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-09-20 21:32:32 +02:00
..
ga chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
angle.ts Refactoring points 2024-09-20 21:32:32 +02:00
arc.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
arc.ts Refactoring points 2024-09-20 21:32:32 +02:00
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
curve.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00: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 chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
point.ts Refactoring points 2024-09-20 21:32:32 +02:00
polygon.ts Refactoring points 2024-09-20 21:32:32 +02:00
range.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
range.ts Refactoring points 2024-09-20 21:32:32 +02:00
README.md chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
segment.ts Refactoring points 2024-09-20 21:32:32 +02:00
triangle.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
types.ts Refactoring points 2024-09-20 21:32:32 +02:00
utils.ts fix: improve canvas search scroll behavior further (#8491) 2024-09-11 18:01:18 +02:00
vector.test.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
vector.ts Refactoring points 2024-09-20 21:32:32 +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