animl-frontend
animl-frontend copied to clipboard
Some sort of magnifying glass, zoom in tool would be cool
Mmm yeah I agree. That would be a fun one to implement. Looks like there's a react package that would get us most of the way there: https://github.com/ethanselzer/react-image-magnify
Also a tutorial on rolling our own: https://dev.to/anxinyang/create-an-image-magnifier-with-react-3fd7
I think being able to zoom the image is pretty important. I am not convinced that a magnifier is better than zooming in with the mouse wheel centered on where in an image the mouse is, with some method (hotkey or double click) resetting the zoom level to fit the full image.
Related: #204