UNPKG
lightweight-expression-detector
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A lightweight hybrid expression detection module using MediaPipe face blendshapes
lightweight-expression-detector
/
dist
/
react
/
useEmotionDetector.d.ts
7 lines
(6 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
useEmotionDetector
(
): {
videoRef
:
import
(
"react"
).
RefObject
<
HTMLVideoElement
|
null
>;
emotion
:
string
;
expressions
:
string
[];
isDetecting
:
boolean
; };