UNPKG

@krisdages/svgexport

Version:

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

53 lines (52 loc) 939 B
{ "name": "@krisdages/svgexport", "version": "0.4.1-dataurlinput", "description": "Node.js module and command-line tool for exporting SVG to PNG and JPEG.", "author": "Ali Shakiba", "contributors": [ "Michael Heerklotz", "Kris Dages" ], "keywords": [ "svg", "export", "rasterize", "converter", "png", "jpeg", "jpg", "cli", "command line", "inkscape", "illustrator", "coreldraw" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/krisdages/svgexport.git" }, "dependencies": { "async": "^3.2.0", "puppeteer": "^3.0.2" }, "main": "index.js", "bin": { "svgexport": "bin/index.js" }, "devDependencies": { "mocha": "*", "expect.js": "*" }, "scripts": { "test": "mocha" }, "files": [ "bin/", "package.json", "README.md", "render.js", "resize.js", "index.js" ] }