IonicaBizau / image-to-ascii

:floppy_disk: A Node.js module that converts images to ASCII art.
http://ionicabizau.net/blog/16
MIT License
1.58k stars 106 forks source link

how to save the output for a later use (without the lib needs) #46

Closed gino8080 closed 7 years ago

gino8080 commented 7 years ago

I want to get the "source" string to use alone in a website console without the need to include the libraries

I can only get the ascy without colors, how to do that?

thank you

IonicaBizau commented 7 years ago

Pass colored: false to disable the colors. This will output the ASCII art, which will not contain special ANSI escape codes (used for colors).

IonicaBizau commented 7 years ago

(see the example)