You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ShahNafisRafique - asking for your opinion - do you think this is an easy thing to integrate? and do you have any insight into which implementation might be best for this project?
The first one is nice cause the zoomed in portion follows the mouse
The second is nice cause it shows what part of the image is zoomed in with the grey part
The third one will probably mess up with the drawing tool too much.
If I had to pick one, I would probably say the 1st since it would require slightly less UI changes/thinking as the second would require some area to be designated to show the zoomed in portion
The 2 hardest things to do are
get the image size (which is already done) and
making it work with the scribble.
I don't think the scribble will cause any issues though, but thats the only thing I can see going wrong.
e.g.,
https://www.npmjs.com/package/react-cursor-zoom
https://www.npmjs.com/package/react-image-zoom
https://www.npmjs.com/package/react-inner-image-zoom
The text was updated successfully, but these errors were encountered: