UNPKG

@baravak/svgexport

Version:

Node.js module and command-line tool for exporting SVG to PNG and JPEG.

56 lines (55 loc) 1.07 kB
{ "name": "@baravak/svgexport", "version": "0.4.1", "description": "Node.js module and command-line tool for exporting SVG to PNG and JPEG.", "author": "Ali Shakiba", "contributors": [ "Michael Heerklotz" ], "keywords": [ "svg", "export", "rasterize", "converter", "png", "jpeg", "jpg", "cli", "command line", "inkscape", "illustrator", "coreldraw" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/baravak/svgexport.git" }, "dependencies": { "async": "^3.2.4", "puppeteer": "^15.4.0" }, "main": "index.js", "bin": { "svgexport": "bin/index.js" }, "files": [ "bin/", "test/", "package.json", "README.md", "render.js", "resize.js", "index.js" ], "bugs": { "url": "https://github.com/shakiba/svgexport/issues" }, "homepage": "https://github.com/shakiba/svgexport#readme", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }