Skip to content

🎨 output text in true color on terminals that support it

Notifications You must be signed in to change notification settings

beaugunderson/term-true-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎨 output text in true color on terminals that support it

Resources

Stars

Watchers

Forks

Packages

No packages published