Get the appropriate RGB colors for ANSI color codes
npm install ansi-to-rgb
const rgb = require('ansi-to-rgb');
rgb[0] // => [ 0, 0, 0 ]
rgb[255] // => [ 238, 238, 238 ]| Name | Name | Last commit date | ||
|---|---|---|---|---|
Get the appropriate RGB colors for ANSI color codes
npm install ansi-to-rgb
const rgb = require('ansi-to-rgb');
rgb[0] // => [ 0, 0, 0 ]
rgb[255] // => [ 238, 238, 238 ]