UNPKG

qrcode-rs

Version:

A simple library that generates a qrcode in javascript

6 lines 164 B
type QRCodeResult = { qrcode: ArrayBuffer; }; export declare function generateQRCode(data: string): QRCodeResult; export {}; //# sourceMappingURL=index.d.ts.map