I want to convert an image to pencil sketch using nodejs. I checked imagemagick npm and not able to find sketchImage method that is available with imagick php.
I tried jimp npm and manually applied invert, gaussian but the gaussian is too slow and need to dodge again.
I want to know is there any npm module that provides method like sketchImage or any other alternative series of effects that i can use to achieve the desired effect. Thanks in advance