UNPKG

js-pixel-fonts

Version:

Pixel fonts in pure JavaScript, for low-resolution displays

33 lines (32 loc) 744 B
{ "name": "js-pixel-fonts", "version": "1.7.0", "description": "Pixel fonts in pure JavaScript, for low-resolution displays", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/hgcummings/pixel-fonts.git" }, "keywords": [ "pixel", "font", "fonts", "retro", "lo-res" ], "author": "hgcummings", "license": "MIT", "bugs": { "url": "https://github.com/hgcummings/pixel-fonts/issues" }, "homepage": "https://github.com/hgcummings/pixel-fonts#readme", "dependencies": { "@types/pngjs": "^6.0.1", "loglevel": "^1.6.1", "pngjs": "^3.3.3" } }