BenJeau / react-native-draw

SVG based data-driven React Native drawing component 🎨
https://www.npmjs.com/package/@benjeau/react-native-draw
MIT License
127 stars 42 forks source link

Create an eraser #22

Closed BenJeau closed 2 years ago

BenJeau commented 3 years ago

Since this component is based on data/paths, the conventional eraser would not work (in the sense to erase a certain part of a "path"), but could remove the paths that intercept the touch of the eraser.