https://github.com/lewdry/drawstring
A simple, colourful sketchpad.
https://github.com/lewdry/drawstring
drawstring simple sketch
Last synced: 16 days ago
JSON representation
A simple, colourful sketchpad.
- Host: GitHub
- URL: https://github.com/lewdry/drawstring
- Owner: lewdry
- Created: 2024-08-31T05:12:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-12T06:56:37.000Z (18 days ago)
- Last Synced: 2026-05-12T08:36:59.106Z (18 days ago)
- Topics: drawstring, simple, sketch
- Language: JavaScript
- Homepage: https://drawstring.playpip.games
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drawstring ✍️🧶
A simple sketchpad with two drawing modes.
## Simple Mode
* tap or click to draw with random colors
* double-tap to clear
* draw with up to 5 fingers on iPhone, 11 on iPad
* no settings or menus
## Fancy Mode
* 12 colors to pick from
* S, M, L, XL brush sizes
* save your drawing as a PNG
* UI inspired by [tldraw](https://github.com/tldraw/tldraw)
## Use Cases
* tic-tac-toe, hangman, or other pen-and-paper games when you don't have a pen
* leaving a note for someone in a noisy place
* quick sketches
## Technical Info
* vanilla JavaScript, HTML5 Canvas
* works on desktop and mobile
* retina display support
Draw here: https://drawstring.playpip.games
@lewdry