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

https://github.com/dcrebbin/font-image-creator


https://github.com/dcrebbin/font-image-creator

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Font Image Creator

Simple tool to generate a font image from a string of characters using a custom font.

Setup:

- npm/yarn/pnpm/bun install

- Add your custom font to the `private/fonts` folder

- Update your font name and type in `src/app/constants.ts`

- npm/yarn/pnpm/bun run dev