Closed gino8080 closed 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
Pass colored: false to disable the colors. This will output the ASCII art, which will not contain special ANSI escape codes (used for colors).
colored: false
(see the example)
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