console-tintify
v1.0.0
Published
ConsoleTintify is a powerful JavaScript library designed to enhance your console output with vibrant colors and stylish text modifications. Whether you need basic colors, complex gradients, or specific HEX and RGB values, ConsoleTintify has got you covere
Downloads
6
Readme
ConsoleTintify
ConsoleTintify is a powerful JavaScript library designed to enhance your console output with vibrant colors and stylish text modifications. Whether you need basic colors, complex gradients, or specific HEX and RGB values, ConsoleTintify has got you covered.
Installation
You Can Install ConsoleTintify via npm
npm install consoletintify
Available Options
Colors:
black, red, green, yellow, blue, magenta, cyan, white, blackbright, redBright, greenBright, blueBright, yellowBright, cyanBright, magentaBright, whiteBright
Modifiers:
reset, bold, dim, italic, underline, blink, inverse, hidden, strikethrough
Color Options:
hex, rgb, bghex, bgrgb
Usage
const tintify = require('consoletintify');
console.log(tintify.green.bold('Green bold text'));
console.log(tintify.blue.italic('Blue italic text'));
console.log(tintify.red.bold.underline('Red bold underline text'));
License
This project is licensed under the MIT License - see the LICENSE file for details.
Credits
- Github: eyalgr33n
- Discord eyalgr33n.#0
- Website: eyalgreen#0