JSPM

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

FreeType bindings for Node.js.

Package Exports

  • @julusian/freetype2
  • @julusian/freetype2/index.js

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

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

Examples

See the example folder to learn how to use node-freetype2.

API

See the types to learn the API of node-freetype2 and how they relate to original FreeType.

For more information, see the original FreeType documentation.