spite / ccapture.js

A library to capture canvas-based animations at a fixed framerate
MIT License
3.6k stars 406 forks source link

Capture both <video> and <canvas> #41

Open devotionsolutions opened 7 years ago

devotionsolutions commented 7 years ago

Hello, I'm trying to capture the content of a

spite commented 7 years ago

You would need to draw the video in the canvas so CCapture can grab both, since it only deals with the content of a canvas tag.