embiem / react-canvas-draw

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

Custom Line Types #10

Closed bjclark13 closed 5 years ago

bjclark13 commented 5 years ago

Hi! I really love this package, and its simplicity.

I was wondering if you have done anything with custom lines, for example, rather than just a simple line, users can instead select from line types and choose to draw an arrow, or something to that effect.

If not, no worries, just checking. :)

embiem commented 5 years ago

Hi!

This component only supports free drawing. The only adjustable styles are the width and color of the brush for now.

bjclark13 commented 5 years ago

Okay, thanks for getting back to me!