barcode_qr
barcode_qr(text, [res])
Generate QR Code
Syntaxe
var cb = barcode_qr("https://richnou.ovh", res=QRHIGH);
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
text | yes | - | Text to use |
res | - | - | Low (25x25) or High (29x29) - use constant QRLOW o QRHIGH |