1.0.2 • Published 10 months ago

naughty-fontify v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Naughty-Fontify

Stylish Font Maker For NAUGHTY V1

let naughty_fontify = require('naughty-fontify');
let text = "Hi";

let fancytxtsans = naughty_fontify('sans', text);
let fancytxtserif = naughty_fontify('serif', text);

console.log(`Sans: ${fancytxtsans}
Serif: ${fancytxtserif}`);
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago