npm.io
1.0.0 • Published 8 years ago

ansi-to-rgb

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
4

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 ]