My wife loves to crochet, and likes to challenge herself by making new rectangular patterns from images she finds online. To support her addiction hobby, I'm building a web-app to help her generate these patterns.
-
Create
a grid of x-width and y-height -
Upload
an image to overlay the grid -
Rotate
,Scale
,Transform
the image onto the grid -
Process
the image using either black & white or dominant color per grid block -
Print
orSave
the generated image - Make everything look pretty
- Click on a rendered grid square to cycle its color through palette options
Stitchy code is licensed under GPL-3.0.
The libraries used are managed under their own licenses:
- Konva - MIT
- nearest-color - MIT
- ColorThief - MIT