UNPKG

@li0ard/tsemrtd

Version:

simple library for eMRTD. supports browsers, node, bun and more!

12 lines (11 loc) 275 B
import type { DecodedIris } from "./consts/interfaces.js"; /** * Class for working with DG4 (Iris) */ export declare class DG4 { /** * Get image of eye iris * @param data Data of EF.DG4 file */ static load(data: string | Uint8Array): DecodedIris[]; }