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
/
index.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
export
{ classifyBlendshapes }
from
"./core/classifyBlendshapes"
;
export
{ useEmotionDetector }
from
"./react/useEmotionDetector"
;