television_previewers

Module ansi

Source
Expand description

This module provides a way to parse ansi escape codes and convert them to ratatui objects.

This code is a modified version of ansi_to_tui.

Re-exports§

Modules§

Traits§

  • IntoText will convert any type that has a AsRef<[u8]> to a Text.