Module term_transcript::svg

source ·
Available on crate feature svg only.
Expand description

Provides templating logic for rendering terminal output in a visual format.

The included templating logic allows rendering SVG images. Templating is based on Handlebars, and can be customized to support differing layout or even data formats (e.g., HTML). The default template supports a variety of options controlling output aspects, e.g. image dimensions and scrolling animation.

Examples

See Template for examples of usage.

Structs

Enums