Files
dub-node/docs/models/operations/level.md
2024-04-14 11:24:56 +05:30

13 lines
216 B
Markdown

# Level
The level of error correction to use for the QR code. Defaults to `L` if not provided.
## Values
| Name | Value |
| ----- | ----- |
| `L` | L |
| `M` | M |
| `Q` | Q |
| `H` | H |