I am trying to do a drawing over a paused video. For this I want to use Konvajs.
I guess I could try to embed the video inside Konvajs as a layer, but I could also just overlay the Konvajs element on top of the video and add transparency to it.
The second approach looks simpler to me in the context of my existing application. Should I expect a performance difference between the two?
Thanks!