kleur
Last updated
Was this helpful?
Last updated
Was this helpful?
The fastest Node.js library for formatting terminal text with ANSI colors~!
No dependencies
Super &
Supports & colors
No String.prototype
modifications
Conditional
Familiar
As of v3.0
the Chalk-style syntax (magical getter) is no longer used.
If you need or require that syntax, consider using , which maintains chalk
parity.
Toggle color support as needed; kleur
includes simple auto-detection which may not cover all cases.
Any kleur
method returns a String
when invoked with input; otherwise chaining is expected.
It's up to the developer to pass the output to destinations like
console.log
,process.stdout.write
, etc.
Colors:
black — red — green — yellow — blue — magenta — cyan — white — gray — grey
Backgrounds:
bgBlack — bgRed — bgGreen — bgYellow — bgBlue — bgMagenta — bgCyan — bgWhite
Modifiers:
reset — bold — dim — italic* — underline — inverse — hidden — strikethrough*
* Not widely supported
Using Node v10.13.0
Beginning with kleur@3.0
, the Chalk-style syntax (magical getter) has been replaced with function calls per key:
As I work more with Rust, the newer syntax feels so much better & more natural!
If you prefer the old syntax, you may migrate to ansi-colors
. Versions below kleur@3.0
have been deprecated.
The methods below are grouped by type for legibility purposes only. They each can be or with one another.
This project originally forked 's awesome library.
MIT ©