UNPKG

svg-to-ico

Version:

Utility that translates an SVG Image to a .ico format

40 lines 950 B
{ "name": "svg-to-ico", "version": "2.0.0", "description": "Utility that translates an SVG Image to a .ico format", "main": "svg-to-ico.js", "types": "svg-to-ico.d.ts", "bin": { "svg-to-ico": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/jtrauntvein/svg-to-ico.git" }, "keywords": [ "svg", "icon", "image", "convert" ], "author": "jtrauntvein@gmail.com", "license": "MIT", "homepage": "https://github.com/jtrauntvein/svg-to-ico.git/svg-to-ico#readme", "dependencies": { "@resvg/resvg-js": "^2.6.2", "ico-endec": "^0.1.6", "xml-js": "^1.6.11" }, "devDependencies": { "@eslint/js": "^9.39.4", "eslint": "^9.39.4", "jiti": "^2.6.1", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1" }, "scripts": { "lint": "eslint .", "test": "node index.js koala.svg", "test2": "node index.js logview.svg logview.ico" } }