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

Remove @luncheon/simplify-svg-path dependency #20

Open BenJeau opened 3 years ago

BenJeau commented 3 years ago

Remove @luncheon/simplify-svg-path dependency since it may not be needed with #4 (or won't be compatible with #4)

BenJeau commented 2 years ago

This dependency will not be needed with the SkiaRenderer, although I will keep it for the SVGRenderer

BenJeau commented 2 years ago

Removing this dependency (or at least making it optional) would fix the web related issues.