react-native-skia
react-native-skia copied to clipboard
Implement new CanvasKit ImageFilters
This is a draft PR to test the upcoming image filters from the upcoming 0.36 version of CanvasKit.
- [ ] Add tests
- [ ] Look into MakeShader
- [ ] Expose MakeMatrix, MakeImage to the C++ side
- [x] Fix calls where
thisis lost (factory = Skia.ImageFilter.MakeDropShadowOnly).