Skip to content

sirkorgo/korgosketch

Repository files navigation

🎈 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

Setup Instructions

Option 1: Using only PartyKit Domain

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:
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deploy
  1. Copy client/client.html to your preferred directory on your site
  2. Replace korgosketch.your-username.partykit.dev on line 150 with the PartyKit domain you deployed to.
  3. 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.

Planned Features

  • Undo Button
  • Eraser Tool
  • Mobile support
  • Infinite Canvas ... and more!

About

A multiplayer art canvas powered by PartyKit.

Topics

Resources

Stars

Watchers

Forks

Contributors