Use OffscreenCanvas in Web Worker to generate images
How to use OffscreenCanvas in a WebWorker to generate images without blocking the browser's main thread. Implemented on the remix framework with vite.
How to use OffscreenCanvas in a WebWorker to generate images without blocking the browser's main thread. Implemented on the remix framework with vite.
In this article, I explain how I used flatbuffers to solve a performance problem I've encountered in the past.