mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
.. | ||
ga | ||
angle.ts | ||
arc.test.ts | ||
arc.ts | ||
CHANGELOG.md | ||
curve.ts | ||
index.ts | ||
line.ts | ||
package.json | ||
point.test.ts | ||
point.ts | ||
polygon.ts | ||
range.test.ts | ||
range.ts | ||
README.md | ||
segment.ts | ||
triangle.ts | ||
types.ts | ||
utils.ts | ||
vector.test.ts | ||
vector.ts | ||
webpack.prod.config.js |
@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