An open API service indexing awesome lists of open source software.

https://github.com/rsms/fontkit

JS & WASM library for working with fonts
https://github.com/rsms/fontkit

Last synced: about 1 year ago
JSON representation

JS & WASM library for working with fonts

Awesome Lists containing this project

README

          

# FontKit

FontKit is a JavaScript/WebAssembly library for working with fonts,
backed by industry-strength
[Freetype](https://www.freetype.org/) and
[Harfbuzz](http://harfbuzz.org/).

> This is a project in its early stages of development

## Building

The only requirement for building fontkit is
[Docker](https://www.docker.com/get-docker)

```
./build.sh
```

Output is generated in the `build` directory.

For available options, run `./build.sh -help`