UNPKG

face-detection-web-sdk

Version:

웹 기반 얼굴 인식을 통해 실시간으로 심박수, 스트레스, 혈압 등의 건강 정보를 측정하는 SDK

8 lines (7 loc) 520 B
export { FaceDetectionSDK } from './faceDetectionCore'; export * as Managers from './managers'; export type { CalculatedBoundingBox, Detection, LastRGB, FaceDetectionSDKConfig, StateChangeCallback, MeasurementResult, SDKEventCallbacks, } from '../types'; export { FaceDetectionState, FaceDetectionErrorType } from '../types'; export { processResults } from '../utils/faceDetectionProcessor'; export { processFaceRegionData } from '../utils/faceRegionWorker'; export { handleDataDownload } from '../utils/downloadUtils';