fontname
Version:
🅰️ Parse font file (TTF, OTF) metadata like font family name.
28 lines (27 loc) • 653 B
JSON
{
"name": "fontname",
"version": "1.0.1",
"description": "🅰️ Parse font file (TTF, OTF) metadata like font family name.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danbovey/fontname.git"
},
"keywords": [
"fontname",
"familyname",
"font",
"parser",
"postscriptname",
"postscript"
],
"author": "Dan Bovey <dan@danbovey.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danbovey/fontname/issues"
},
"homepage": "https://github.com/danbovey/fontname#readme"
}