UNPKG

face-detection-web-sdk

Version:

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

4 lines (3 loc) 183 B
export { FaceDetectionSDK } from './core/faceDetectionCore'; export type { FaceDetectionSDKConfig, SDKEventCallbacks } from './types/index'; export declare const SDK_VERSION: string;