Add related packages in the readme (#193)

Added chalk-animation as suggested by @sindresorhus
Added gradient-string because it also uses chalk and provides new features.
This commit is contained in:
Boris K 2017-08-02 01:41:35 +02:00 committed by Sindre Sorhus
parent 4c4ba2df3d
commit 7dbd8c3993

View file

@ -291,6 +291,8 @@ If you're on Windows, do yourself a favor and use [`cmder`](http://cmder.net/) i
- [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes
- [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes
- [color-convert](https://github.com/qix-/color-convert) - Converts colors between different models
- [chalk-animation](https://github.com/bokub/chalk-animation) - Animate strings in the terminal
- [gradient-string](https://github.com/bokub/gradient-string) - Apply color gradients to strings
## Maintainers