New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

resize-fnt

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resize-fnt

scale fnt by node

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Scale Fnt

scale fnt based gm & load-bmfont

How to use

var scaleFnt = require('scale-fnt');
scaleFnt(srcFntFile, destFntFile, scale, function(err, result) {
  if (err) {
    console.error(err);
  }
});

Installation

npm install --save scale-fnt

Tests

npm install
npm test

Keywords

fnt

FAQs

Package last updated on 23 Jul 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