Devlogs
Posted October 02, 2023 by Donitz
Firefox has an issue where calling getImageData multiple times in a row gets extremely slow due to needing to read the image data from the GPU. This bug fix caches the image data instead.