I am creating a react native app, it is like a trace-and-sketch kind of app, so one of its key features is an image background removal which basically clears out any colour from the image and enhances its edges, kind of like the sketch filter on instagramhere's an image which shows the effect of the sketch filter
I've used "react-native-image-filter-kit": "^0.7.1" and react-native-photo-editor but I cant achieve the desired result.
Is there any library or any paid SDK which will help me achieve this. Thanks!
I've used "react-native-image-filter-kit": "^0.7.1" and react-native-photo-editor but I cant achieve the desired result.
using the Saturate, ColorTone and greyscale from react-native-image-filter-kitbefore, I got to some point but still couldn't achieve what I was looking for after