embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
902 stars 315 forks source link

How to draw with rectangle or circle #98

Closed zwhs-co closed 3 years ago

zwhs-co commented 4 years ago

Hi, thanks for the awesome lib! Wondering if this lib can support draw with rectangle or circle shape?

ManuelZ commented 3 years ago

Would be nice to have.

embiem commented 3 years ago

Not right now, but I added the idea of brushes in #53, which could be utilized to draw shapes as well.