fontah
nobackend
Quickly prototype a text using random settings. Use it to find a font/color/size combination for a text in a single place, with a little help from... fate.
Just:
Supported fonts sources:
Made with hyperapp, V2 branch.
Here are some idea on how to improve the project:
Clone the repo:
git clone https://github.com/ddmng/fontah.git
cd fontah/File src/fbconfig.js contains the Firebase API key, in order to save the application state. You can find yours in your Firebase console.
If you can't setup Firebase, use the nobackend tag that does not have the "share" feature.
Build it:
npm run buildThen serve it:
npm start