An open API service indexing awesome lists of open source software.

https://github.com/sirkorgo/korgosketch

a quick little multiplayer canvas i made
https://github.com/sirkorgo/korgosketch

html javascript partykit webapp

Last synced: 2 days ago
JSON representation

a quick little multiplayer canvas i made

Awesome Lists containing this project

README

          

## 🎈 korgosketch
A multiplayer art canvas powered by PartyKit.

### Dependencies
- Node.js
- PartyKit

### Demos
**PartyKit**: https://korgosketch.sirkorgo.partykit.dev

**sirkorgo.com**: [https://www.sirkorgo.com](https://www.sirkorgo.com/chat)

### Setup Instructions
**Option 1: Using only PartyKit Domain**


```bash
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deploy
```
From here, visit the project at your PartyKit domain (eg: korgosketch.your-username.partykit.dev)

---
**Option 2: Embed on your own site**
1. Setup PartyKit:
```bash
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deploy
```
2. Copy `client/client.html` to your preferred directory on your site
3. Replace `korgosketch.your-username.partykit.dev` on line 150 with the PartyKit domain you deployed to.
4. Create an iframe that links the client.html
Example:
```html

```
> I recommend using 720x750 or bigger for the iframe size to prevent any issues.

### Planned Features
- Undo Button
- Eraser Tool
- Mobile support
- Infinite Canvas
... and more!