utility_qr_generate
Generate a QR code from text or URL, returning a base64 data URL or saving to a PNG file.
Instructions
Generate a QR code for a given text or URL, returning a base64 Data URL or saving to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The content (text or URL) to encode in the QR code. | |
| outputPath | No | Optional local path where the QR code image (.png) should be saved. |