UNPKG

@thomaschaplin/image-to-totp

Version:

image-to-totp converts qr code images to totp codes

2 lines (1 loc) 110 B
export declare const generateTotpFromParsedQrCode: (issuer: string, label: string, secret: string) => string;