@ha_tecno/react-native-sdk
Version:
React Native SDK for biometric authentication, liveness detection, and fingerprint recognition
12 lines (11 loc) • 650 B
JavaScript
;
import { configureLibrary } from "./auth/config.js";
import { Camera } from "./components/Camera/Camera.js";
import { biometricService } from "./services/biometricService.js";
import { calibrationService } from "./services/calibrationService.js";
import { cameraService } from "./services/cameraService.js";
import { livenessService } from "./services/livenessService.js";
import { userService } from "./services/userService.js";
import { Finger } from "./utils/finger.js";
export { biometricService, calibrationService, Camera, cameraService, configureLibrary, Finger, livenessService, userService };
//# sourceMappingURL=index.js.map