https://quackbarc.github.io/sketch -
screenshot from v2024.4.8
A fork of dagwaging's drawing client for the anarchy draw-swapping website garyc.me/sketch, with additional features like screentoning, filling, and zooming.
Warning
Because garyc.me/sketch is an anarchy website, drawings on it may be NSFW or even worse than that.
Check the website with caution, in case you don't already frequent it.
- dagwaging's original client: https://dagwaging.github.io/sketch/
- dagwaging's original repo: https://github.com/dagwaging/sketch/
If you ever wish to work on the client on your own machine:
- Make sure you have Bower and the Polymer CLI installed in your system.
- Clone the repository.
- Navigate to the cloned repository, then run
bower installon it to install project dependencies.
All the other commands listed below will assume your terminal is currently on the clone repository.
$ polymer serveThis should serve the whole client locally onto localhost (the port will be shown on the console).
You could also use other methods that start a file server, e.g.
npx http-server (ref).
$ polymer buildThis should build a minified ES6-compatible version onto build/es6-bundled/, as per the project's polymer.json.
To serve the build with the same Polymer CLI:
$ polymer serve build/es6-bundled