Change text color with `chalk` and `gradient-string` inside `react-blessed`

InstructorElijah Manor

Share this video with your friends

Send Tweet

The text in our terminal node app is a bit boring at the moment. This lessons introduces the chalk and gradient-string modules to bring a bit of color to the application. You could manually use ANSI escape codes to style text, but using a helper library like chalk or gradient-string makes the task much simpler.