UNPKG

lightweight-expression-detector

Version:

A lightweight hybrid expression detection module using MediaPipe face blendshapes

6 lines (5 loc) 203 B
// index.ts // Core logic for non-React projects export { classifyBlendshapes } from "./core/classifyBlendshapes"; // React-specific hook export { useEmotionDetector } from "./react/useEmotionDetector";