2.0.1 • Published 7 years ago

term-true-color v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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']));