1.0.0 • Published 1 year ago

console-tintify v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago