ansi-to-rgb

Get the appropriate RGB colors for ANSI color codes

MIT 1 个版本
安装
npm install ansi-to-rgb
yarn add ansi-to-rgb
pnpm add ansi-to-rgb
bun add ansi-to-rgb
README

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 ]

版本列表
1.0.0 2017-10-31