term-true-color
v2.0.1
Published
A very simple function for outputting text in true color on terminals that support it (like iTerm 2 nightly or the terminals [on this list](https://gist.github.com/XVilka/8346728)).
Downloads
17
Maintainers
Readme
term-true-color
A function for outputting text in true color on terminals that support it (like iTerm 2 or the other terminals on this list).
Examples
var fg = require('term-true-color').fg;
console.log(fg('hello world', 'red'));
console.log(fg('hello world', '#7743ce', ['underline']));