Switch to low QR code error correction
This commit is contained in:
parent
eb8687bd81
commit
fc3ebe40a7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { strictAssert } from '../util/assert';
|
|||
import { useDevicePixelRatio } from '../hooks/useDevicePixelRatio';
|
||||
|
||||
const AUTODETECT_TYPE_NUMBER = 0;
|
||||
const ERROR_CORRECTION_LEVEL = 'H';
|
||||
const ERROR_CORRECTION_LEVEL = 'L';
|
||||
|
||||
type PropsType = Readonly<{
|
||||
'aria-label': string;
|
||||
|
|
Loading…
Reference in a new issue