Does anyone know a tool like this that doesn't send queries to the server? I know there are command-line options, but I'm looking for something like a github.io URL that has no server-side component.
Ascii Art Generator
11–20 of 29 posts
Re: Ascii Art Generator
#12Re: Ascii Art Generator
#13Does anyone know a tool like this that doesn't send queries to the server? I know there are command-line options, but I'm looking for something like a github.io URL that has no server-side component.
There appears to be at least two ECMAScript implementations that are compatible with the FIGlet font specification: https://github.com/scottgonzalez/figlet-js https://github.com/patorjk/figlet.js
Re: Ascii Art Generator
#14Re: Ascii Art Generator
#15Looks like a frontend for the command line utility FIGlet ( http://www.figlet.org/ ) or toilet ( http://caca.zoy.org/wiki/toilet ).
Except it's actually worse than typical frontends. It's maybe cleaner looking, but it doesn't allow you to test all font types at the same time.
Edit: that to this
Re: Ascii Art Generator
#16Just what I needed to caption sections of code in SublimeText ...
Re: Ascii Art Generator
#17Earlier quoted context omitted.
Except it's actually worse than typical frontends. It's maybe cleaner looking, but it doesn't allow you to test all font types at the same time.
http://www.network-science.de/ascii/ This one exists since 1996 and allows all fonts to be rendered. Option is very far on to top of font selection drop—down. Edit: that to this
Re: Ascii Art Generator
#18Here is another one, that lets you test all styles at once: http://patorjk.com/software/taag/
Figlet's still figlet at the end of the day