Atom package to convert the selected text to ASCII art using FIGlet
Select some text to convert something like this:
Hello World!
to something like this:
_ _ _ _ __ __ _ _ _
| || |___| | |___ \ \ / /__ _ _| |__| | |
| __ / -_) | / _ \ \ \/\/ / _ \ '_| / _` |_|
|_||_\___|_|_\___/ \_/\_/\___/_| |_\__,_(_)
For example:
To figletify text, select the text you wish to convert, and do any of the following:
ctrl-alt-f
or
Figletify: Convert
in the command pallet or
You can configure the FIGfont produced by editing the following configuration entry in you Atom config file:
figletify:
font: "Small"
To see a demo of available fonts, go here: http://patorjk.com/software/taag
Based on the Hacking Atom: Package: Modifying Text tutorial.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.