patorjk / figlet.js

A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.
MIT License
2.64k stars 170 forks source link

Include all fonts from example page (patorjk.com) #3

Closed eiriksm closed 10 years ago

eiriksm commented 10 years ago

Hi there, and thanks for a kick ass module.

I was wondering if there were any reason as to why you did not include all the same fonts from the website in this module. For example the "Ansi Figlet Fonts" that you have on http://patorjk.com/software/taag

If there is some kind of licence or something, or if there is another reason?

patorjk commented 10 years ago

hey eiriksm,

No licensing issues. The 10 ANSI Art fonts are listed in the fonts directory:

https://github.com/patorjk/figlet.js/tree/master/fonts

However, I haven't done an update to the module on npm to include those 10 fonts. I was working on an update earlier this year and just got sidetracked. Either tonight or tomorrow night I'll revisit what I've done and update the npm module.

eiriksm commented 10 years ago

Ah, I see. How foolish of me to not look in there in the master branch as well :)

I'll send in a few pull requests in a few, by the way ;)

eiriksm commented 10 years ago

Howdy. Just a little bump on this thread. I am using this for some stuff I am developing, and I rather link to the npm module than the git repo :p

patorjk commented 10 years ago

Sorry about that, and thanks for reminding me! I've updated npm so it now has the new fonts. The new version is 1.0.9.