DEV Community

ahmednawazkhan5
ahmednawazkhan5

Posted on

Mimic photoshop quick selection tool in JavaScript

I want to select a dynamic boundary from an uploaded image and save that image selected area as separate image. How can I do that in Javascript. Is there any library available. I have found a tool called magic wand (link below). It allows to select the area with the magic wand but I want to select the boundaries of the new image from the mouse. Help is appreciated

https://github.com/Tamersoul/magic-wand-js

Top comments (0)