Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chialab/forge
- Owner: chialab
- License: mit
- Created: 2020-09-23T09:01:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T13:25:51.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T20:15:43.087Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@chialab/forge
A library for fonts manipulation built on the top of Opentype.js and Fontkit.---
## 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
```