generateQRCode
Convert input data into a QR code with customizable error correction and output formats (terminal, SVG, or base64) for versatile application needs.
Instructions
Generate a QR code from input data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data to encode in QR code | |
errorCorrectionLevel | No | Error correction level | M |
type | No | Output type (terminal, svg, or base64) | terminal |