@rexgraal/colours

@rexgraal/colours is an incredible colours library to add some colour to your terminal!

Usage no npm install needed!

<script type="module">
  import rexgraalColours from 'https://cdn.skypack.dev/@rexgraal/colours';
</script>

README

🎨 Colours 🎨

@rexgraal/colours is an incredible colours library to add some colour to your terminal!

✨ Installation ✨

use the npm command:

npm install @rexgraal/colours save

to download the module and save it to your dependancies

🎉 Usage 🎉

const c = require("@rexgraal/colours")

c.blue("hello world") //outputs blue text
c.BrightBlue("hello world")
c.blueU("hello world") //outputs blue underlined text

📜 Colour and styles 📜

text colours

black
red
green
yellow
blue
magenta
cyan
white
gray
grey

bright text colors

BrightRed
BrightGreen
BrightYellow
BrightBlue
BrightMagenta
BrightCyan
BrightWhite

underlined text

blackU
redU
greenU
yellowU
blueU
magentaU
cyanU
whiteU
grayU
greyU

extra styles

rainbow
zebra
america
trap
random