Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eoic/whiteboardrt
Real-time collaborative drawing.
https://github.com/eoic/whiteboardrt
Last synced: about 5 hours ago
JSON representation
Real-time collaborative drawing.
- Host: GitHub
- URL: https://github.com/eoic/whiteboardrt
- Owner: Eoic
- Created: 2024-08-28T13:53:23.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T20:43:19.000Z (2 months ago)
- Last Synced: 2024-08-29T16:42:04.503Z (2 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#WhiteBoardRT
A simple real-time collaborative drawing tool for the web.### Features
1. Public and private drawing boards - invite users through email or share the link.
2. Collaborate with other users in real time.
3. Multiple tools - brushes, colors, shapes.
4. Draggable canvas.
5. Patterns - grid, lines, etc.
6. Export drawing into multiple formats.### Installation and usage
1. Install dependencies:```
npm install
```2. Start development server:
```
npm run dev
```For lint and build commands, see [package.json](./package.json).