nodejs-color-log
v1.0.1
Published
Just another color library for NodeJS
Downloads
2
Readme
nodejs-color-log
Just another color library in NodeJS
Installation
npm i nodejs-color-log
Usage
const { gray } = require('nodejs-color-log');
console.log(gray("Hey"));