qrcode
Generate customizable QR code images by specifying text, size, colors, error correction level, and margin. Ideal for encoding information into scannable codes.
Instructions
Generate a QR code image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
darkColor | No | The dark color of qrcode, default is #000000 | #000000 |
errorCorrectionLevel | No | The error correction level of qrcode, default is M | M |
lightColor | No | The light color of qrcode, default is #ffffff | #ffffff |
margin | No | The margin of qrcode, default is 4 | |
size | No | The size of qrcode, default is 256 | |
text | Yes | The input string to generate qrcode |