make-quote 0.5.3

A funny toy project that can help you generate a image from someone's quote
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod avatar;
mod background;
mod quotes;
mod text;
mod transition;

pub use {
    avatar::{Avatar, TgAvatar},
    background::Background,
    quotes::Quotes,
    text::{Lines, TextDrawInfo},
    transition::Transition,
};