BenJeau / react-native-draw

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

Allow way to simplify SVG paths #2

Closed BenJeau closed 3 years ago

BenJeau commented 3 years ago

This feature would be inside the BrushProperties component, to toggle if its on or off.

Paper.js has that functionnality (http://paperjs.org/reference/path/#simplify), but seems unecessary to import the whole package for one simple function.