Add @excalidraw/common package

This commit is contained in:
Marcel Mraz 2025-03-14 12:56:12 +01:00
parent de0598287c
commit 87bb3827ae
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
7 changed files with 110 additions and 12 deletions

19
packages/common/README.md Normal file
View file

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