ansi-colors
Last updated
Was this helpful?
Last updated
Was this helpful?
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Please consider following this project's author, , and consider starring the project to show your and support.
Install with :
ansi-colors is the fastest Node.js library for terminal styling. A more performant drop-in replacement for chalk, with no dependencies.
Blazing fast - Fastest terminal styling library in node.js, 10-20x faster than chalk!
No dependencies (Chalk has 7 dependencies in its tree!)
Results in the following
(sans icons and labels)
Easily enable/disable colors.
Use the .unstyle
method to strip ANSI codes from a string.
Note that bright and bright-background colors are not always supported.
black
bgBlack
blackBright
bgBlackBright
red
bgRed
redBright
bgRedBright
green
bgGreen
greenBright
bgGreenBright
yellow
bgYellow
yellowBright
bgYellowBright
blue
bgBlue
blueBright
bgBlueBright
magenta
bgMagenta
magentaBright
bgMagentaBright
cyan
bgCyan
cyanBright
bgCyanBright
white
bgWhite
whiteBright
bgWhiteBright
gray
grey
(gray
is the U.S. spelling, grey
is more commonly used in the Canada and U.K.)
dim
bold
hidden
italic
underline
inverse
strikethrough
reset
Libraries tested
ansi-colors v3.0.4
chalk v2.4.1
MacBook Pro, Intel Core i7, 2.3 GHz, 16 GB.
Load time
Time it takes to load the first time require()
is called:
ansi-colors - 1.915ms
chalk - 12.437ms
Benchmarks
Windows 10, Intel Core i7-7700k CPU @ 4.2 GHz, 32 GB
Load time
Time it takes to load the first time require()
is called:
ansi-colors - 1.494ms
chalk - 11.523ms
Benchmarks
You might also be interested in these projects:
Commits
Contributor
42
38
6
2
1
1
1
1
Brian Woodward
Drop-in replacement for .
Safe - Does not modify the String.prototype
like .
Supports , and does not have the that is present in , , and .
Supports .
on or off.
ansi-colors
does not have the nested styling bug found in , , and .
Pull requests and stars are always welcome. For bugs and feature requests, .
(This project's readme.md is generated by , please don't edit the readme directly. Any changes to the readme must be made in the readme template.)
: Create ansi colors by passing the open and close codes. |
: Strip ANSI color codes from a string. No dependencies. |
Please consider supporting me on Patreon, or !
Copyright © 2019, . Released under the .
This file was generated by , v0.8.0, on March 03, 2019.