feat: add ephemeral webcam faces and adaptive screens
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user