Typstify /egg endpoint
This commit is contained in:
parent
6d4db1ca2e
commit
db06addc42
12 changed files with 141 additions and 112 deletions
|
|
@ -2,7 +2,6 @@ mod backlog;
|
|||
mod calendar;
|
||||
mod cells;
|
||||
mod chat_message;
|
||||
mod egg;
|
||||
mod new_typst;
|
||||
mod photo;
|
||||
mod tictactoe;
|
||||
|
|
@ -15,8 +14,8 @@ use crate::persistent_printer::PersistentPrinter;
|
|||
|
||||
pub use self::{
|
||||
backlog::BacklogDrawing, calendar::CalendarDrawing, cells::CellsDrawing,
|
||||
chat_message::ChatMessageDrawing, egg::EggDrawing, new_typst::NewTypstDrawing,
|
||||
photo::PhotoDrawing, tictactoe::TicTacToeDrawing, typst::TypstDrawing,
|
||||
chat_message::ChatMessageDrawing, 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