fix: merge main into webcam-capture branch

This commit is contained in:
Johnpaul
2026-01-26 20:20:03 +01:00
1503 changed files with 151707 additions and 38328 deletions

View File

@@ -10,6 +10,7 @@ import { app } from '@/scripts/app'
export const DEFAULT_VIDEO_WIDTH = 640
export const DEFAULT_VIDEO_HEIGHT = 480
// knip-ignore-exports UseWebcamCaptureOptions, UseWebcamCaptureReturn
export interface UseWebcamCaptureOptions {
videoRef: Ref<HTMLVideoElement | undefined>
readonly?: boolean