Function generateQrCode

  • Generate an SVG QR code with user-defined content. For PNG format, use qrCodeUrl() and fetch the URL directly.

    Parameters

    • options: Omit<PlaceQrCodeOptions, "format">

      Options for QR code generation including content and size

    Returns Observable<string>