truetype2gfx
Version:
Convert TTF, OTF, WOFF to Adafruit GFX header file
53 lines • 1.23 kB
JSON
{
"name": "truetype2gfx",
"version": "1.0.5",
"description": "Convert TTF, OTF, WOFF to Adafruit GFX header file",
"main": "index.js",
"author": "Mikhail Ilin",
"license": "MIT",
"type": "module",
"module": "dist/truetype2gfx.min.js",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/truetype2gfx.min.js",
"types": "./types/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.28.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@types/opentype.js": "^1.3.8",
"opentype.js": "^1.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbrin/ttf2gfx.git"
},
"keywords": [
"fontconvert",
"adafruit_gfx",
"truetype",
"ttf2gfx",
"gfx"
],
"bugs": {
"url": "https://github.com/sbrin/ttf2gfx/issues"
},
"homepage": "https://github.com/sbrin/ttf2gfx#readme"
}