Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehz/microfont
WIP. Generate TTF file using typescript.
https://github.com/codehz/microfont
bun font opentype truetype typescript
Last synced: about 2 months ago
JSON representation
WIP. Generate TTF file using typescript.
- Host: GitHub
- URL: https://github.com/codehz/microfont
- Owner: codehz
- Created: 2024-01-14T04:28:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T03:50:16.000Z (12 months ago)
- Last Synced: 2024-08-20T00:56:37.630Z (5 months ago)
- Topics: bun, font, opentype, truetype, typescript
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microfont
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.