kleur
Features
Install
$ npm install --save kleurUsage
const { red, white, blue, bold } = require('kleur');
// basic usage
red('red text');
// chained methods
blue().bold().underline('howdy partner');
// nested methods
bold(`${ white().bgRed('[ERROR]') } ${ red().italic('Something happened')}`);Chained Methods
Nested Methods
Conditional Support
API
Benchmarks
Load time
Performance
Credits
License
Last updated


