Skip to content
Vitaly Tomilov edited this page Dec 19, 2018 · 2 revisions

to-do list

Add support for bgColor.

Example:

console.log("\x1b[94;105mTest \x1b[0m");

94 / 105 = Blue on Magenta

Consider adding a version that supports ES6 template strings exclusively:

console.log(green`Hello World!`);

Clone this wiki locally