img
Version:
Convert any dom tree to an image element
28 lines (27 loc) • 573 B
JSON
{
"name": "img",
"version": "3.0.3",
"description": "Convert any dom tree to an image element",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modulesio/img.git"
},
"keywords": [
"image",
"element",
"dom",
"tree",
"render",
"canvas"
],
"author": "a@modules.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/modulesio/img/issues"
},
"homepage": "https://github.com/modulesio/img#readme"
}