render_qr
Render a styled QR code for any URL as a PNG or SVG image without saving it.
Instructions
Render a styled QR code for an arbitrary URL without saving it.
Returns a PNG image (format='png') or the SVG markup as text (format='svg').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| format | No | png | |
| size | No | ||
| style | No | Optional QR style: module_drawer, fill_type, fill_color, fill_color_2, back_color. |