Chilk -- for the 💖 of 💄 ASCII art 🤙
I. Love. ASCII. Art. Seriously I can't make a NodeJS CLI or Chatbot without adding a decent splash-screen to it. That's why I love Chalk. But creating those strings got a little too verbose, that's why I created this simple lib.
const asciiArtChilker = ; console;
It produces:

Note: I use the TAAG by patorjk to generate the art.
Text highlight
If you want to highlight text, we use the default chilker
like this:
const chilker = ; console;console;console;
It produces:

Own mappings
Can I make my own tokens? Yes, you can!
const Chilker = ;const chalk = ; const x = ;x;x;x;x; console;});
It produces:

Extend
Can I extend the mappings? Yes you can!
const asciiArtChilker = ;const chalk = ; // global extend:asciiArtChilker; // add HTML pink // or clone to use extend locally:const x = asciiArtChilker;x; // add HTML pink