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

Modify lines #58

Open mksmkss opened 2 years ago

mksmkss commented 2 years ago

Is your feature request related to a problem?

No response

Desired solution (feature)

Hello! Currently, I'm using your library and really appreciate making such a nice library. This library is almost useful, but I think it would be better if I could adjust handwritten lines to straight lines like the iOS memo App. I'm sorry for my poor English. Thanks.

Alternatives considered

No response

Anything else?

No response

BenJeau commented 2 years ago

That is an interesting feature! I haven't thought of this specific use case. I'm sorry for responding late, but to properly understand, you'd like for your drawings to be converted to shapes, like if you'd draw a circle, it would be a perfect circle, and the same with lines, triangles, and squares?

Or are you talking about manually modifying the lines after drawing them?

mksmkss commented 2 years ago

I assumed the automatically converting like you wrote.