UNPKG

qrcode-parser

Version:

A pure javascript QR code decoding library, accept File object, image url, image base64.

4 lines (3 loc) 179 B
export declare const blob2text: (blob: Blob) => Promise<string>; export declare const isBase64: (str: string) => boolean; export declare const isUrl: (string: string) => boolean;