Switch to low QR code error correction

This commit is contained in:
Evan Hahn 2022-01-05 18:08:28 -06:00 committed by GitHub
parent eb8687bd81
commit fc3ebe40a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;