logcolorjs
v1.0.2
Published
This pack paints text on the console in various colors
Downloads
5
Readme
logcolorjs
About This pack paints text on the console in various colors
Installation
npm install logcolorjs
Colors
- 'red'
- 'green'
- 'yellow'
- 'blue'
- 'magenta'
- 'cyan'
- 'white'
Demo
const log = require('logcolorjs');
log('Hello World','red');
log('Hello World','blue');
log('Hello World','yellow');