crayons
v1.0.1
Published
Easily console.log colors in your browser!
Downloads
15
Maintainers
Readme
crayons
Easily console.log colors!
usage
Simply use dot notation following crayons with any web safe color to quickly console.log in style!
crayons.DarkGoldenRod('Woo!');
If you're fancy, you can add in things like size, or background color.
crayons.size(14).DarkGoldenRod('test', 'BlanchedAlmond');