UNPKG

@thomaschaplin/image-to-totp

Version:

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

2 lines (1 loc) 73 B
export declare const imageToTotp: (filePath: string) => Promise<string>;