diff options
Diffstat (limited to 'packages/math/README.md')
| -rw-r--r-- | packages/math/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/math/README.md b/packages/math/README.md new file mode 100644 index 0000000..eaa1630 --- /dev/null +++ b/packages/math/README.md @@ -0,0 +1,21 @@ +# @excalidraw/math + +## Install + +```bash +npm install @excalidraw/math +``` + +If you prefer Yarn over npm, use this command to install the Excalidraw utils package: + +```bash +yarn add @excalidraw/math +``` + +With PNPM, similarly install the package with this command: + +```bash +pnpm add @excalidraw/math +``` + +## API |
