@iad-os/emotion-detector
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,4 +13,4 @@ /** COMPONENTS */ | ||
export type { default as DetectionInfo } from "./models/DetectionInfo"; | ||
export type { default as DetectionStatus } from "./models/DetectionStatus"; | ||
export type { default as Emotion } from "./models/Emotion"; | ||
export { default as DetectionStatus } from "./models/DetectionStatus"; | ||
export { default as Emotion } from "./models/Emotion"; | ||
export type { | ||
@@ -17,0 +17,0 @@ NEGATIVE_EMOTIONS, |
{ | ||
"name": "@iad-os/emotion-detector", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "EmotionDetector makes use of face-api to detect emotions, genders, age.", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
36785