New to KendoReact? Start a free 30-day trial
QRCodeErrorCorrection
QRCodeErrorCorrectionPremium
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";