UNPKG

facezkp

Version:

Face analysis library with liveness detection, biometric template extraction, and fuzzy hashing for privacy-preserving identity verification.

8 lines (6 loc) 240 B
declare module 'facezk-lib' { export * from './types/index'; export { FaceZK } from './facezk'; export { defaultConfig, mergeConfig, validateConfig } from './config'; export { VERSION, LIBRARY_NAME, DESCRIPTION } from './index'; }