1.0.2 • Published 1 year ago

naughty-fontify v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago