https://github.com/dcrebbin/font-image-creator
https://github.com/dcrebbin/font-image-creator
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcrebbin/font-image-creator
- Owner: dcrebbin
- Created: 2024-07-11T12:29:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:58:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T16:22:47.384Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://font-image-creator.vercel.app
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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