UNPKG

convert-svg-to-png

Version:

Converts SVG to PNG using headless Chromium

53 lines (52 loc) 1.16 kB
{ "name": "convert-svg-to-png", "version": "0.6.4", "description": "Converts SVG to PNG using headless Chromium", "homepage": "https://github.com/neocotic/convert-svg", "bugs": { "url": "https://github.com/neocotic/convert-svg/issues" }, "author": { "name": "neocotic", "url": "https://github.com/neocotic" }, "funding": [ { "type": "individual", "url": "https://github.com/sponsors/neocotic" }, { "type": "patreon", "url": "https://www.patreon.com/neocotic" } ], "license": "MIT", "keywords": [ "convert", "converter", "svg", "png", "headless", "chromium" ], "repository": { "type": "git", "url": "https://github.com/neocotic/convert-svg.git", "directory": "packages/convert-svg-to-png" }, "dependencies": { "convert-svg-core": "^0.6.4" }, "devDependencies": { "convert-svg-test-helper": "^0.6.4", "mocha": "^9.2.2" }, "bin": { "convert-svg-to-png": "bin/convert-svg-to-png" }, "main": "src/index.js", "engines": { "node": "^12.20.0 || >=14" }, "gitHead": "063ad00149f42a260ba1d0e13ce81c4a23683e30" }