term-true-color-correct
v1.0.0
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
6
Maintainers
Readme
term-true-color
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).
Examples
var trueColor = require('term-true-color');
console.log(trueColor('red', 'hello world'));
console.log(trueColor('#7743ce', 'hello world', ['underline']));