color as function:
var color = require('colorful').color
color.red('hello')
color.underline('hello')
color as human:
require('colorful').colorful()
'hello'.to.red.color
'hello'.to.underline.bold.red.color
color and style supports:
black black_bgred red_bggreen green_bgyellow yellow_bgblue blue_bgmagenta magenta_bgcyan cyan_bgwhite white_bggray grey gray_bg grey_bgand detect is color supported:
require('colorful').color.isSupported
Colorful and nested logging support.