Marak / colors.js

get colors in your node.js console

Home Page: https://github.com/Marak/colors.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emojis

ethnh opened this issue Β· comments

var colors = require('colors');

let colors_but_as_circles = 'πŸ”΄πŸŸ πŸŸ‘πŸŸ’πŸ”΅πŸŸ£πŸŸ€βš«βšͺ';

console.log(colors_but_as_circles);
console.log(colors_but_as_circles.green);
console.log(colors_but_as_circles.red);
console.log(colors_but_as_circles.inverse);
console.log(colors_but_as_circles.rainbow);
console.log(colors_but_as_circles.trap);
console.log(colors_but_as_circles.underline);

And do they have to be colored?, it's an emoji

troll?