Skip to content

An HTML5 Canvas screen capture tool written in JavaScript. Record animations from HTML5 Canvas in realtime. Create videos of HTML5 video games and demos.

License

Notifications You must be signed in to change notification settings

zachstronaut/CanvasCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CanvasCapture

An HTML5 Canvas screen capture tool written in JavaScript. Record animations from HTML5 Canvas in realtime. Create videos of HTML5 video games and demos. Here is an example of the captured video being played back.

Example Usage

var cc = new CanvasCapture({
    debug: true,
    fps: 8,
    inCanvasEl: document.getElementsByTagName('canvas')[0]
});
cc.start();

// ...and then when you are done...
cc.stop();

Change Log

2012-02-17

  • Alpha release to GitHub. Needs documentation and better examples.

More About This Project

This project was created by Zachary Johnson. You can find him on Twitter @zacharyjohnson and also at zachstronaut.com.

This code is released under an MIT style license. See LICENSE.txt.

About

An HTML5 Canvas screen capture tool written in JavaScript. Record animations from HTML5 Canvas in realtime. Create videos of HTML5 video games and demos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published