Bhushan Wagh

Results 4 comments of Bhushan Wagh

I used the same technique to add event listeners in [react-zdog](https://github.com/pmndrs/react-zdog) library. Works really fine, though syncing the ghost canvas and visible canvas was challenge, I managed to do it...

@avi1737 Yeah, go ahead.

something like this https://codesandbox.io/s/react-pixi-annotation-txfflh?file=/src/App.js ?

One issue I came across is with clipping. If the html element goes out of bounds of canvas it doesn't get clipped, we need "overflow hidden" kinda behaviour apart from...