UNPKG

lightweight-expression-detector

Version:

A lightweight hybrid expression detection module using MediaPipe face blendshapes

7 lines (6 loc) 191 B
export declare function useEmotionDetector(): { videoRef: import("react").RefObject<HTMLVideoElement | null>; emotion: string; expressions: string[]; isDetecting: boolean; };