generateQR
Generates a QR code from the given data
function toDataURL(text: string | QRCode.QRCodeSegment[], options?: QRCode.QRCodeToDataURLOptions | undefined): Promise (+5 overloads) Returns a Data URI containing a representation of the QR Code image.
Generated using TypeDoc
Name
generateQR
Description
Generates a QR code from the given data
Summary
function toDataURL(text: string | QRCode.QRCodeSegment[], options?: QRCode.QRCodeToDataURLOptions | undefined): Promise (+5 overloads)
Returns a Data URI containing a representation of the QR Code image.