JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1966
  • Score
    100M100P100Q128291F
  • License MIT

FreeType bindings for Node.js.

Package Exports

  • @julusian/freetype2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@julusian/freetype2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@julusian/node-freetype2

GitHub Workflow Status npm npm npm

FreeType bindings for Nodejs. This library is written to be as close to the original api as possible, but in a safer and more node-like manner.

FreeType is a freely available software library to render fonts. http://www.freetype.org/

Install

npm install @julusian/freetype2

Usage

TODO

See FreeType documentation for more info.