You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/packages/math
Mark Tolmacs b4cb314090
Refactoring points
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
6 months ago
..
ga chore: Unify math types, utils and functions (#8389) 6 months ago
CHANGELOG.md chore: Unify math types, utils and functions (#8389) 6 months ago
README.md chore: Unify math types, utils and functions (#8389) 6 months ago
angle.ts Refactoring points 6 months ago
arc.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
arc.ts Refactoring points 6 months ago
curve.ts chore: Unify math types, utils and functions (#8389) 6 months ago
index.ts chore: Unify math types, utils and functions (#8389) 6 months ago
line.ts chore: Unify math types, utils and functions (#8389) 6 months ago
package.json chore: Unify math types, utils and functions (#8389) 6 months ago
point.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
point.ts Refactoring points 6 months ago
polygon.ts Refactoring points 6 months ago
range.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
range.ts Refactoring points 6 months ago
segment.ts Refactoring points 6 months ago
triangle.ts chore: Unify math types, utils and functions (#8389) 6 months ago
types.ts Refactoring points 6 months ago
utils.ts fix: improve canvas search scroll behavior further (#8491) 6 months ago
vector.test.ts chore: Unify math types, utils and functions (#8389) 6 months ago
vector.ts Refactoring points 6 months ago
webpack.prod.config.js chore: Unify math types, utils and functions (#8389) 6 months 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