Skip to content

Commit

Permalink
fix(FaceControls): optional prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Dec 6, 2024
1 parent 75260b8 commit c915718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/FaceControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type FaceControlsProps = {
/** The camera to be controlled */
camera?: THREE.Camera
/** VideoTexture or WebcamVideoTexture options */
videoTexture: VideoTextureProps
videoTexture?: VideoTextureProps
/** Disable the automatic face-detection => you should provide `faceLandmarkerResult` yourself in this case */
manualDetect?: boolean
/** FaceLandmarker result */
Expand Down

0 comments on commit c915718

Please # to comment.