JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q49870F
  • License ISC

Colorful console logging

Package Exports

  • @js-bits/log-in-color

Readme

Colorful console logging

Add colors to your console output

Installation

Install with npm:

npm install @js-bits/log-in-color

Install with yarn:

yarn add @js-bits/log-in-color

How to use

import { green /* black, red, yellow, blue, magenta, cyan, white */ } from '@js-bits/log-in-color';

console.log(green('this message is green'));