coolers

The coolest tool for coloring strings in the terminal.

Usage no npm install needed!

<script type="module">
  import coolers from 'https://cdn.skypack.dev/coolers';
</script>

README

Cooler

The coolest tool for coloring strings in the terminal.

coolers demo

Install

$ npm install --save cooler

Example

var cooler = require('cooler');

console.log(cooler.red("DANGER!"))

Supported Colors

  • coolor.red()
  • cooler.black()
  • cooler.green()
  • cooler.yellow()
  • cooler.blue()
  • cooler.magenta()
  • cooler.teel()
  • cooler.white()
  • cooler.grey()

Resources

Implemented with ANSI escape codes.