Typstify /tictactoe endpoint

This commit is contained in:
Joscha 2025-03-01 22:57:02 +01:00
parent d32be913fd
commit 8bece23baf
8 changed files with 64 additions and 84 deletions

View file

@ -5,6 +5,7 @@ pub mod cells;
pub mod egg;
pub mod image;
pub mod text;
pub mod tictactoe;
fn typst_with_lib() -> Typst {
Typst::new()