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

Question: Is it possible to draw on "standard" elements #80

Open brooda opened 4 years ago

brooda commented 4 years ago

Let's say, that I have a standard web page with headers, buttons etc... Can I draw a trace of pointer using this library?

In other words - can I "embed" web page in canvas in such way, that I will:

nareshcse7 commented 4 years ago

@embiem, I have same question. I am trying to integrate this library on my web app. I need to display this Canvas layer on top of my main content which having interactive elements such as buttons, hyper links, slides etc. When i am drawing on Canvas layer, i am not able to access any click events on my main content.