π¨ π±ππππΊπππππ πππππππ ππππ ππππ ππππππππππππ ππππππππππ ππππ πππππππππ πππππ ππππ πππππ.
This is the core library for uniFonts.
npm install lib-unifonts --save // yarn add lib-unifonts
import { getAll as unifonts, fraktur } from 'lib-unifonts';
fraktur('The quick brown fox jumps over the lazy dog.', { fontStyle: 'bold' }); // πΏππ πππππ πππππ πππ πππππ ππππ πππ ππππ πππ
// returns all fonts like this
unifonts(string): [{name: string, value: string}, ...]
π«πππππππππ πππππππ ππππ πππ πππππ -πππππ (ππππππππ!)
- A lot more fonts.
- Creating/Adding new fonts is a breeze. (see ./script/instructions)
- Auto generates unit test for each font added.
- Ability to get all fonts with their respective name.
I'm open to any kind of contribution.
- Make sure you have prettier set up