Dither images using wasm plugin

This commit is contained in:
Joscha 2025-03-01 02:17:03 +01:00
parent 179d0653bb
commit 92ec72ab4b
14 changed files with 116 additions and 15 deletions

View file

@ -1,8 +1,8 @@
mod documents;
mod drawer;
mod persistent_printer;
mod printer;
mod server;
mod documents;
use std::{path::PathBuf, time::Duration};