embiem / react-canvas-draw

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

The "ref" issue #127

Open embiem opened 2 years ago

embiem commented 2 years ago

There have been some questions regarding how to use references with react-canvas-draw. I'll pull the issues #107 #106 & #104 into this one.

vmz-tim commented 2 years ago

The actual canvas element is for whatever reason: canvas.current.canvasContainer.children[1]

I don´t get why its not just in the docs.