Module term_transcript::svg[][src]

This is supported on crate feature svg only.
Expand description

Provides the SVG template for rendering terminal output in a visual format.

Examples

See Template for examples of usage.

Structs

NamedPaletteParseError

Errors that can occur when parsing NamedPalette from a string.

Palette

Palette of 16 standard terminal colors (8 ordinary colors + 8 intense variations).

RgbColor

RGB color with 8-bit channels.

ScrollOptions

Options that influence the scrolling animation.

Template

Template for rendering Transcripts into an SVG image.

TemplateOptions

Configurable options of a Template.

TermColors

Values of 8 base terminal colors.

Enums

NamedPalette

Named Palette.

RgbColorParseError

Errors that can occur when parsing an RgbColor from a string.

WrapOptions

Text wrapping options.