UNPKG

@kortexa-ai/react-multimodal

Version:

A set of react components and hooks to help with multimodal input

3 lines 382 B
import { FaceProviderProps, FaceTrackingControl } from '../types'; export declare function useFaceTrackingDevice({ options: userOptions, onInitialLoad, onFaceData, onError, onTrackingStarted, onTrackingStopped, onResults, outputFaceBlendshapes, outputTransformationMatrix, runningMode, }?: FaceProviderProps): FaceTrackingControl; //# sourceMappingURL=useFaceTrackingDevice.d.ts.map