Skip to content

Get the appropriate RGB colors for ANSI color codes

License

Notifications You must be signed in to change notification settings

marionebl/ansi-to-rgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Get the appropriate RGB colors for ANSI color codes

ansi-to-rgb

npm install ansi-to-rgb

Usage

const rgb = require('ansi-to-rgb');

rgb[0] // => [ 0, 0, 0 ]
rgb[255] // => [ 238, 238, 238 ]

About

Get the appropriate RGB colors for ANSI color codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published