DEV Community

Puneet Jindal
Puneet Jindal

Posted on

How to load large mp4 video as frames on canvas with konvajs

I have a angular web app. We have a canvas functionality for which we use konvajs to enable drawing capabilities on images(png, jpeg etc) loaded on canvas. Now we need to understand how can we do the drawing capabilities on video loaded on canvas. Is it possible?

Top comments (1)

Collapse
 
vishalisharani profile image
Vishal-Isharani

I think yes. Checkout this
konvajs.org/docs/sandbox/Video_On_...