New to Kendo UI for Angular? Start a free 30-day trial
QRCodeErrorCorrection
Lists the QR Code error correction levels.
"L"—Approximately 7% of the codewords can be restored."M"—Approximately 15% of the codewords can be restored."Q"—Approximately 25% of the codewords can be restored."H"—Approximately 30% of the codewords can be restored.
type QRCodeErrorCorrection = "L" | "M" | "Q" | "H";