A previous attempt tried react-native-color-matrix-image-filters for image manipulation, but it seems that this library is not working with Expo, only if we eject the app which I'd rather not do for now.
For the future, expo-pixi might be a possible alternative. (Here's an article about it.)
Allow the loaded image to be turned into monochrome (grayscale). This might make tracing the image easier.
Goals:
Add the new button to the lower-left corner of the canvas, next to the
mirror
button (align the buttons vertically).Once this is in place, there are several ideas on how to extend this. (#62, #87)