1
0

feat: add ephemeral webcam faces and adaptive screens

This commit is contained in:
2026-08-11 22:38:56 -07:00
parent 3326d2e6d0
commit d4859b33c6
17 changed files with 1107 additions and 11 deletions
+16
View File
@@ -65,3 +65,19 @@ export {
type WebcamFaceTextureState,
type WebcamFaceTextureStatus,
} from "./webcamFaceTexture.ts";
export {
createWebcamFacePanel,
type WebcamFacePanel,
type WebcamFacePanelOptions,
type WebcamFacePanelState,
type WebcamFacePanelStatus,
} from "./webcamPanel.ts";
export {
createWebcamCapture,
type WebcamCaptureBinding,
type WebcamCaptureController,
type WebcamCaptureOptions,
type WebcamCaptureStatus,
} from "./webcamCapture.ts";