asc-chalk
v2.0.5
Published
## Install
Readme
ASC-CHALK
Install
npm i -S asc-chalkUsage
var ascChalk = require('asc-chalk');
--change the text color with rgb
console.log(ascChalk.rgb(10,10,10,'some text'));
--change the text and background color with rgb
console.log(ascChalk.rgb(10,10,10,'some text',200,200,200);
--change the color range possible
console.log(ascChalk.a256().rgb(10,10,10,'some text');
--color ranges
a16m
a256
a
