1.0.2 • Published 9 years ago

font-informer v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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"
}