Skip to content

guilhermeow/nta-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

 npm i nta-colors

Examples:

 const ncolors = require("nta-colors");
 
 console.log(ncolors.<ot/fg/bg>.<color>, "Hello World");
  //returns the console with the chosen color

Options:

    ot: {
        reset, bright, dim, underscore, blink, reverse, hidden,
    },
    fg: {
        black, red, green,  yellow, blue, magenta, cyan, white, crimson
    },
    bg: {
        black, red, green, yellow, blue, magenta, cyan, white, crimson
    }

License