# How to build and publish the package

1. Clone the original excalidraw [repository](https://github.com/excalidraw/excalidraw)
2. Clone and move this repository to the excalidraw directory
3. Make the necessary changes
4. Bump the version in the package.json file
5. Commit the changes
6. Run the following commands:

```bash
npm install
npm run build
npm publish --access public
```
