ccapture.js
Version:
A library to capture canvas-based animations at a fixed framerate
30 lines (29 loc) • 551 B
JSON
{
"name": "ccapture.js",
"homepage": "https://github.com/spite/ccapture.js#readme",
"authors": [
"Jaume Sanchez <the.spite@gmail.com> (https://www.clicktorelease.com)"
],
"description": "A library to capture canvas-based animations at a fixed framerate",
"moduleType": [
"globals"
],
"ignore": [
"assets",
"examples",
"utils"
],
"keywords": [
"canvas",
"record",
"capture",
"video",
"gif",
"webm"
],
"license": "MIT",
"dependencies": {
"gif.js": "^0.1.6",
"whammy": "*"
}
}