Typstify /text endpoint

This commit is contained in:
Joscha 2025-03-01 16:48:06 +01:00
parent 6112a8c02f
commit 98071dfe32
6 changed files with 30 additions and 73 deletions

View file

@ -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;