Skip to content

Commit

Permalink
Added Documentation badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Apr 25, 2021
1 parent 628d8ab commit 8972553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ansi-to-tui

[![Documentation](https://github.com/uttarayan21/ansi-to-tui/actions/workflows/docs.yaml/badge.svg)](https://uttarayan21.github.io/ansi-to-tui/ansi_to_tui/index.html)

Parse text with ansi color codes and turn them into [`tui::text::Text`](https://docs.rs/tui/0.14.0/tui/text/struct.Text.html).

Supports TrueColor ( RGB ) ( `\x1b[38;2;<r>;<g>;<b>m`)
Expand Down

0 comments on commit 8972553

Please sign in to comment.