Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.17k stars 448 forks source link

Emojis #318

Closed ethnh closed 2 years ago

ethnh commented 2 years ago
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);
0xLDev commented 2 years ago

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

prietales commented 2 years ago

troll?