termsnap-lib 0.1.2

Create SVGs from terminal output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div align="center">

# Termsnap 📸

**Create SVGs from terminal output**

![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
[![Crates.io](https://img.shields.io/crates/v/termsnap-lib.svg)](https://crates.io/crates/termsnap-lib)
[![Docs](https://docs.rs/termsnap-lib/badge.svg)](https://docs.rs/termsnap-lib)

</div>

This provides utilities for in-memory emulation of ANSI-escaped terminal data
and rendering emulated terminal screens to SVG files. Have a look at the
[documentation](https://docs.rs/termsnap-lib) or see [the Termsnap
README](../README.md).