Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chialab/forge

A library for fonts manipulation built on the top of Opentype.js and Fontkit.
https://github.com/chialab/forge

Last synced: about 2 months ago
JSON representation

A library for fonts manipulation built on the top of Opentype.js and Fontkit.

Awesome Lists containing this project

README

        

@chialab/forge


A library for fonts manipulation built on the top of Opentype.js and Fontkit.



NPM


License

---

## Install

```sh
$ npm install @chialab/forge
# OR
$ yarn add @chialab/forge
```

## Development

### Requirements

* [Node JS](https://nodejs.org/) (>= 10)
* [Yarn](https://yarnpkg.com/) (>= 1.10.0)
* [RNA cli](https://www.npmjs.com/package/@chialab/rna-cli)

### Build the project

```sh
$ yarn install
$ yarn build
```

### Development mode
```sh
$ yarn watch
```