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.js
6 lines
(5 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
// index.ts
// Core logic for non-React projects
export
{ classifyBlendshapes }
from
"./core/classifyBlendshapes"
;
// React-specific hook
export
{ useEmotionDetector }
from
"./react/useEmotionDetector"
;