Roomy Svelte Drawing Example#
https://github.com/user-attachments/assets/2092cb7c-bdeb-4e98-b3bb-68d9ce56fe85
Simple leaf/roomy-sdk test app where you can places squares to draw something.
Development#
Clone the leaf repo and run
deno install
deno run syncserver
Then run this app
deno install
deno run dev
Open the app in your browser and click on "New Painting" then click on "Share Drawing" to copy the url to the clipboard and open it in another window to draw together.