Change text font with `figlet` inside a `react-blessed` Application

Share this video with your friends

Send Tweet

In order to make text a bit more interesting in a react-blessed terminal app, we'll use the figlet node module to spice up our text with a bit of fancy ASCII Art. We'll define an array of various fonts and iterate through them every second as we experiment with this feature.