Files
cdnjs/ajax/libs/html2canvas/package.json
T

24 lines
609 B
JSON

{
"name": "html2canvas",
"filename": "html2canvas.js",
"version": "0.4.0",
"description": "This script allows you to take \"screenshots\" of webpages or parts of it, directly on the users browser.",
"homepage": "http://html2canvas.hertzen.com/",
"keywords": [
"canvas",
"screenshot",
"html5"
],
"maintainers": [
{
"name": "Rick van Galen",
"email": "r.vangalen@twenteacademy.nl"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/niklasvh/html2canvas.git"
}
]
}