Add @excalidraw/element package

This commit is contained in:
Marcel Mraz 2025-03-13 12:55:13 +01:00
parent 096a1233a6
commit 45ac15ab40
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
15 changed files with 137 additions and 121 deletions

View file

@ -0,0 +1,19 @@
# @excalidraw/element
## Install
```bash
npm install @excalidraw/element
```
If you prefer Yarn over npm, use this command to install the Excalidraw utils package:
```bash
yarn add @excalidraw/element
```
With PNPM, similarly install the package with this command:
```bash
pnpm add @excalidraw/element
```