mylittlecolor
v0.1.4
Published
Little color library for console with output.
Downloads
5
Readme
MyLittleColor
usage
add in dep section of package.json
"myLittleColor": "CountJr/myLittleColor"
example of using
import printColorText from 'myLittleColor';
const boo = 'red booo';
const message = `#red{this} is #cyan{a} #yellow{nice} message. And big #green{${boo}}`;
printColorText(message);