qrcode
Generate a QR code JPEG from arbitrary data, save it to a specified directory, and return the file path. Use it to encode deep links or other information into scannable QR codes.
Instructions
Save a raw QR-code JPEG encoding arbitrary data (e.g. a deep link).
For tote labels prefer generate_label (adds the readable name). Saves to
out_dir (default: $HOMEBOX_LABEL_DIR, else the current directory).
Returns the saved file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| out_dir | No |