UNPKG

@ha_tecno/react-native-sdk

Version:

React Native SDK for biometric authentication, liveness detection, and fingerprint recognition

8 lines (7 loc) 273 B
"use strict"; import { api } from "../http/api.js"; export const cameraService = { getCameraDeviceConfig: () => api.get('/configs').catch(() => undefined), getFocusScoreParams: () => api.get('/param').catch(() => undefined) }; //# sourceMappingURL=cameraService.js.map