fix unused

This commit is contained in:
Siddharth
2026-03-07 18:17:29 -08:00
parent 9343453365
commit 124f2da992
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -79,7 +79,6 @@ export class FrameRenderer {
// Try to set colorSpace if supported (may not be available on all platforms)
try {
if (canvas && "colorSpace" in canvas) {
// @ts-expect-error
canvas.colorSpace = "srgb";
}
} catch (error) {