The place where your images go to be nuked.
Implemented 3 different solutions
- on the
masterbranch, is the straight forward solution, no libraries involved, local storage + useReducer ftw - on
state-controlsis a solution withzustandas the state management solution for image editing controls - last but not least,
local-image-editingisstate-controls+ using just CSS for manipulating the image. The image is then downloaded usingdom-to-image