https://github.com/truetype-supply/tts-typetools
Typetools is a bla bla bla...
https://github.com/truetype-supply/tts-typetools
glyphs nextjs opentypejs react typetester typetools typography variable-fonts
Last synced: 7 days ago
JSON representation
Typetools is a bla bla bla...
- Host: GitHub
- URL: https://github.com/truetype-supply/tts-typetools
- Owner: truetype-supply
- License: mit
- Created: 2021-02-18T15:58:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T22:58:47.000Z (about 2 years ago)
- Last Synced: 2025-04-25T02:03:26.108Z (25 days ago)
- Topics: glyphs, nextjs, opentypejs, react, typetester, typetools, typography, variable-fonts
- Language: TypeScript
- Homepage: https://typetools.pulipola.com
- Size: 2.97 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Table of content**
- [Typetools](#typetools)
- [A react.js component, context, and hook for parse opentype font.](#a-reactjs-component-context-and-hook-for-parse-opentype-font)
- [Usage](#usage)# Typetools
## A react.js component, context, and hook for parse opentype font.
## Usage
```
import { ProviderTypetools } from "typetools";const defaultFonts: string[] = [
"/path/to/font.ttf",
];{children}
```
- The font urls above can be url from your static site or for outside origin
- If you use urls from outside origin, make sure the url provider allowed
- e.g. https://example.com/assets/example.otf