Remove ansi color space
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
b0e338a3a7
commit
9f6b90fdc2
4 changed files with 1 additions and 21 deletions
|
|
@ -298,7 +298,6 @@ The following color models can be used:
|
|||
|
||||
- [`rgb`](https://en.wikipedia.org/wiki/RGB_color_model) - Example: `chalk.rgb(255, 136, 0).bold('Orange!')`
|
||||
- [`hex`](https://en.wikipedia.org/wiki/Web_colors#Hex_triplet) - Example: `chalk.hex('#FF8800').bold('Orange!')`
|
||||
- [`ansi`](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) - Example: `chalk.ansi(31).bgAnsi(93)('red on yellowBright')`
|
||||
- [`ansi256`](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) - Example: `chalk.bgAnsi256(194)('Honeydew, more or less')`
|
||||
|
||||
## Browser support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue