excalidraw-collaboration
v0.17.16
Published
Excalidraw as a React component
Maintainers
Readme
How to build and publish the package
- Clone the original excalidraw repository
- Clone and move this repository to the excalidraw directory
- Make the necessary changes
- Bump the version in the package.json file
- Commit the changes
- Run the following commands:
npm install
npm run build
npm publish --access public