generate-qrcode
Generate QR codes from any content with configurable error correction and size. Choose image or text output.
Instructions
Generate QR codes in various formats with customizable error correction levels and sizes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Size of the QR code (1-10) | |
| format | No | Output format: 'image' for PNG QR code, 'text' for terminal-friendly output | image |
| content | Yes | The text content to encode in the QR code | |
| errorCorrectionLevel | No | Error correction level (L: 7%, M: 15%, Q: 25%, H: 30%) | M |