Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Optimize testing canvas performance for frequent image data reads
Added the `willReadFrequently` option to the canvas context to enhance performance for frequent `getImageData` operations. This change helps reduce memory overhead and improve the speed of pixel data access, particularly useful in scenarios involving intensive image processing or frequent canvas updates.
- Loading branch information