krita
v0.0.3
Published
I needed some colors in my logs
Downloads
4
Readme
Krita
I needed some colors in my logs
$ npm i krita
const krita = require('krita')
console.log(krita.blue('Hello, World.'))
krita.inverse('inverse')
krita.white('white')
krita.grey('grey')
krita.blue('blue')
krita.cyan('cyan')
krita.green('green')
krita.magenta('magenta')
krita.red('red')
krita.yellow('yellow')
krita.success('Success!')
krita.warning('Warning!')
krita.error('Error!')
Cheers, imlinus