fix: restore cursor pipeline build after rebase

This commit is contained in:
EtienneLescot
2026-05-03 16:53:04 +02:00
parent e9650225ba
commit 28ff0fb7bf
8 changed files with 60 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { fixWebmDuration } from "@fix-webm-duration/fix";
import { useCallback, useEffect, useRef, useState } from "react";
import { toast } from "sonner";
import { nativeBridgeClient } from "@/native";
import { useScopedT } from "@/contexts/I18nContext";
import { requestCameraAccess } from "@/lib/requestCameraAccess";
const TARGET_FRAME_RATE = 60;
const MIN_FRAME_RATE = 30;