d3-svg-to-png
Version:
Converts SVG elements to PNG and other image formats while keeping CSS styles
37 lines (36 loc) • 790 B
JSON
{
"name": "d3-svg-to-png",
"version": "0.3.2",
"description": "Converts SVG elements to PNG and other image formats while keeping CSS styles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "typing.d.ts",
"keywords": [
"svg",
"png",
"jpg",
"jpeg",
"webp",
"d3",
"data",
"visualization",
"js",
"javascript",
"css",
"dom",
"html"
],
"author": "Juan Irache Duesca",
"repository": {
"type": "git",
"url": "git+https://github.com/JuanIrache/d3-svg-to-png.git"
},
"bugs": {
"url": "https://github.com/JuanIrache/d3-svg-to-png/issues"
},
"homepage": "https://github.com/JuanIrache/d3-svg-to-png#readme",
"license": "ISC",
"dependencies": {}
}