QR Code Generator
A basic QR Code Generator with optional logo overlay using the external QRCode.js library.
Available in: App Page · Home Page · Record Page · Flow Screen

Read on Medium

How to Generate QR Codes with Lightning Web Components
Usage
html
<c-qr-code-generator></c-qr-code-generator>The component is self-contained: enter a target URL, optionally upload a logo for the overlay and generate the QR code.
Component Dependencies
| Name | Type | Description |
|---|---|---|
| qrcodejs | Static Resource | QRCode.js - JavaScript Library for generating QRCodes with Logo Support. |
