1.1.1 • Published 5 years ago

node-fontinstall-win32 v1.1.1

Weekly downloads
17
License
-
Repository
-
Last release
5 years ago

node-fontinstall-win32

Windows-only font installation module

Install

npm install node-fontinstall-win32

--

To build this library, following components are needed:

  • Visual Studio 2015 with c++ installed

  • Python 2.7

  • Python environment variable PYTHON={python-dir including exe}

Example code

const Installer = require('node-fontinstall-win32').FontInstaller;
let installer = new Installer();
installer.install('font.ttf', (err) => {
  console.log('done', err);
});
1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago

0.0.1

7 years ago