inkscape-export
Version:
Simple command line utilty for exporting multiple .png images, multiple resolutions from inkscape .svg files
31 lines (30 loc) • 669 B
JSON
{
"name": "inkscape-export",
"description": "Simple command line utilty for exporting multiple .png images, multiple resolutions from inkscape .svg files",
"version": "0.0.8",
"author": "Topten Software",
"contributors": [
{
"name": "Brad Robinson",
"email": "contact@toptensoftware.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/toptensoftware/inkscape-export"
},
"license": "Apache",
"bin": {
"inkscape-export": "./bin/inkscape-export.js"
},
"preferGlobal": true,
"keywords": [
"svg",
"export",
"inkscape",
"hidpi"
],
"dependencies": {
"xml2json": "^0.12.0"
}
}