one lazy ai
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m24s

This commit is contained in:
2025-12-02 21:50:42 -08:00
parent ff2c0e6a83
commit 6d6eba777d

View File

@@ -122,6 +122,7 @@ export const flyerWorker = new Worker<FlyerJobData>(
// These don't need to do anything; they just need to exist to prevent "is not a function" errors.
save: () => {},
restore: () => {},
getTransform: () => ({ a: 1, b: 0, c: 0, d: 1, e: 0, f: 0 }), // Return a default identity matrix
transform: () => {},
setTransform: () => {},
scale: () => {},