technicolor

0.1.2 • Public • Published

Technicolor

Use node to remind you of Teletext.

Install

npm install technicolor

Use

var technicolor = require('technicolor');

var message = "Hello, Darling."
var prettyMessage = technicolor(message, {
  color           : 'red',
  backgroundColor : 'white',
  bold            : true,
  underline       : true
});

console.info(prettyMessage);

Possibilities

var technicolor = require('technicolor');
technicolor.showAll();

Supported Colours

  • black
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • darkGrey
  • lightGrey
  • brightRed
  • brightGreen
  • brightYellow
  • brightBlue
  • brightPurple
  • brightCyan
  • white

/technicolor/

    Package Sidebar

    Install

    npm i technicolor

    Weekly Downloads

    5

    Version

    0.1.2

    License

    none

    Last publish

    Collaborators

    • sjltaylor