font-informer

1.0.2 • Public • Published

font-informer Build Status

Node.js font identifier

Installation

npm install font-informer

Usage

var informer = require('font-informer');
 
informer('font.ttf').then(function (result) {
    console.log(result);
});
{ 
    "type": "ttf",
    "name": "SourceSansPro-Regular",
    "weight": 400,
    "style": "oblique"
}

Package Sidebar

Install

npm i font-informer

Weekly Downloads

54

Version

1.0.2

License

MIT

Last publish

Collaborators

  • andyjansson