UNPKG

facezk-core

Version:

ZKP-AI Proof of Humanity: Live Selfie Check with Biometric Template Extraction and Fuzzy Hashing

7 lines 261 B
/** * React Integration for FaceZK * Provides React hooks and components for easy integration */ export { useFaceZK } from './useFaceZK'; export type { UseFaceZKState, UseFaceZKConfig, UseFaceZKReturn } from './useFaceZK'; //# sourceMappingURL=index.d.ts.map