You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

font-informer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-informer

node.js library for identifying fonts

1.0.2
latest
Source
npm
Version published
Weekly downloads
9
50%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

font

FAQs

Package last updated on 08 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts