Function generateQR

  • Parameters

    • data: string

    Returns Promise<string>

    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.

Generated using TypeDoc