misc_qrcode
Generate QR codes from URLs, text, or JSON with PNG or SVG output, adjustable size and error correction, and optional file saving.
Instructions
二维码生成。format 可选 png(base64 dataURL)/svg;error_level 纠错等级 L/M/Q/H;output_path 可保存文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| text | Yes | 二维码内容(URL/文本/JSON 均可) | |
| format | No | png | |
| margin | No | 边距模块数 | |
| error_level | No | M | |
| output_path | No |