khrome / ascii-art

A Node.js library for ansi codes, figlet fonts, ascii art and other ASCII graphics
MIT License
681 stars 287 forks source link

How do I use this in [browser or browser framework]? #24

Open khrome opened 3 years ago

khrome commented 3 years ago

I frequently get asked how to do ascii-art for the web (beyond dumping actual ansi strings in console.log(), which works in some browsers), but the work for this is significant, and I've never been sold on a pure JS approach in the browser, unless you have a hefty framework backing you up. But recently WebComponents support has finally closed the gap enabling a simple solution for anyone using a browser.

So go right here, test it out and file bugs/ask questions.

khrome commented 3 years ago

(the remaining functions will be coming soon)