A multiplayer art canvas powered by PartyKit.
- Node.js
- PartyKit
PartyKit: https://korgosketch.sirkorgo.partykit.dev
sirkorgo.com: https://www.sirkorgo.com
Option 1: Using only PartyKit Domain
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deployFrom here, visit the project at your PartyKit domain (eg: korgosketch.your-username.partykit.dev)
Option 2: Embed on your own site
- Setup PartyKit:
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deploy- Copy
client/client.htmlto your preferred directory on your site - Replace
korgosketch.your-username.partykit.devon line 150 with the PartyKit domain you deployed to. - Create an iframe that links the client.html Example:
<iframe style="border: 0;" width="720px" height="750px" src="/path/to/client.html"></iframe>I recommend using 720x750 or bigger for the iframe size to prevent any issues.
- Undo Button
- Eraser Tool
- Mobile support
- Infinite Canvas ... and more!