EarthCitizen / escape-artist

A Haskell library for text decoration with ANSI escape sequences made easy
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Add ability to render to Text and ByteString #7

Open EarthCitizen opened 7 years ago

EarthCitizen commented 7 years ago

Currently, everything is rendered to String then output to the terminal. It should be possible to choose what is rendered to. Text and ByteString rendering should be added, and then output to terminal using the IO functions of those libraries.