console-colour-api
v1.0.4
Published
Terminal string styling done right
Downloads
9
Maintainers
Readme
WELCOME TO CONSOLE COLOUR API
SETUP
NPM I CONSOLE-COLOUR-API
GO TO INDEX.JS ADD const chalk = require("console-colour-api");
ADD const { red, green, blue, magenta, cyan, white, gray, black } = require("console-colour-api"); IN INDEX.JS
MADE BY HJGAMING WITH ❤️
EXAMPLE
console.log(green('api op'));