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