presenterm 0.16.1

A terminal slideshow presentation tool
1
2
3
4
5
6
pub(crate) mod clean;
pub(crate) mod raw;
pub(crate) mod registry;

pub(crate) use clean::*;
pub(crate) use raw::{AuthorPositioning, FooterTemplate, FooterTemplateChunk, Margin};