UNPKG

svg2ttf

Version:

Converts SVG font to TTF font

41 lines (40 loc) 885 B
{ "name": "svg2ttf", "version": "6.1.0", "description": "Converts SVG font to TTF font", "keywords": [ "font", "ttf", "svg", "converter" ], "author": "Sergey Batishchev <sergej.batishchev@gmail.com>", "license": "MIT", "repository": "fontello/svg2ttf", "bin": { "svg2ttf": "./svg2ttf.js" }, "files": [ "index.js", "svg2ttf.js", "lib/" ], "scripts": { "lint": "eslint .", "test": "npm run lint && node --test", "update_fixture": "./svg2ttf.js --ts 1457357570703 test/fixtures/test.svg test/fixtures/test.ttf" }, "dependencies": { "@xmldom/xmldom": "^0.9.10", "argparse": "^2.0.1", "cubic2quad": "^1.2.1", "lodash": "^4.17.10", "microbuffer": "^1.0.0", "svgpath": "^2.1.5" }, "devDependencies": { "eslint": "^9.39.4", "neostandard": "^0.13.0", "opentype.js": "1.3.4" } }