Typstify /text endpoint
This commit is contained in:
parent
6112a8c02f
commit
98071dfe32
6 changed files with 30 additions and 73 deletions
|
|
@ -6,7 +6,6 @@ mod egg;
|
|||
mod image;
|
||||
mod new_typst;
|
||||
mod photo;
|
||||
mod text;
|
||||
mod tictactoe;
|
||||
mod typst;
|
||||
|
||||
|
|
@ -18,8 +17,8 @@ use crate::persistent_printer::PersistentPrinter;
|
|||
pub use self::{
|
||||
backlog::BacklogDrawing, calendar::CalendarDrawing, cells::CellsDrawing,
|
||||
chat_message::ChatMessageDrawing, egg::EggDrawing, image::ImageDrawing,
|
||||
new_typst::NewTypstDrawing, photo::PhotoDrawing, text::TextDrawing,
|
||||
tictactoe::TicTacToeDrawing, typst::TypstDrawing,
|
||||
new_typst::NewTypstDrawing, photo::PhotoDrawing, tictactoe::TicTacToeDrawing,
|
||||
typst::TypstDrawing,
|
||||
};
|
||||
|
||||
pub const FEED: f32 = 96.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue