@skitt/colorlogs
v1.0.0
Published
A javascript module to interact with the console.log colors.
Downloads
6
Readme
ColorLogs.js
ColorLogs.js is a javascript module, in this module you can interact with the (console.log function) to change te logs colors.
How to use ColorLogs.js? 🚀
It´s very easy to use: Node.js:
npm i ColorLogs
const log = require('@skitt/colorlogs')
log.green("Hola!")
log.cyan("Hola!")
log.red("Hola!")
log.magenta("Hola!")
log.black("Hola!")
log.blue("Hola!")
log.yellow("Hola!")
log.dim("Hola!")
log.underscore("Hola!")
log.bright("Hola!")
log.reverse("Hola!")
log.hidden("Hola!")
you can see the results here: https://prnt.sc/10ljmr8
This project is not under any license 🎁
- If you like it, pls share it with your friends. 📢
⌨️ with ❤️ by Skitt 😊