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-colorInstall with yarn:
yarn add @js-bits/log-in-colorHow to use
import { green /* black, red, yellow, blue, magenta, cyan, white */ } from '@js-bits/log-in-color';
console.log(green('this message is green'));