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

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;