UNPKG

@li0ard/tsemrtd

Version:

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

13 lines (12 loc) 300 B
import { TLV } from "@li0ard/tinytlv"; /** * Class for working with DG5 (Displayed image) */ export declare class DG5 { readImage(tlv: TLV): Uint8Array; /** * Get displayed image * @param data Data of EF.DG5 file */ static load(data: string | Uint8Array): Uint8Array[]; }