poc-coolcolors

Use this library to print in cool colors. Three color are available:

Usage no npm install needed!

<script type="module">
  import pocCoolcolors from 'https://cdn.skypack.dev/poc-coolcolors';
</script>

README

Use this library to print in cool colors. Three color are available:

var print = require('poc-coolcolors');

print.red('...');
print.green('...');
print.blue('...');

Attention

Do not use this module, it will mess with your application. This module is a proof-of-concept!