fifiixxixifixiifixi

This commit is contained in:
not-nullptr 2024-11-15 11:28:13 +00:00
parent 76f7a097b9
commit 73fb9079ae
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { log } from "$lib/logger";
import { type WorkerMessage, type OmitBetterStrict } from "$lib/types";
import Vips from "wasm-vips";
@ -34,6 +35,8 @@ const handleMessage = async (
}
};
log(["libvips", "worker"], "worker loaded");
onmessage = async (e) => {
const message: WorkerMessage = e.data;
try {