UNPKG

react-native-qrcode-styled

Version:

A fully customizable QR Code generator for React Native based on react-native-svg and javascript-qrcode.

18 lines (16 loc) 378 B
"use strict"; export const OUTER_EYE_SIZE_IN_BITS = 7; export const INNER_EYE_SIZE_IN_BITS = 3; export const EYES_POSITIONS = ['topLeft', 'topRight', 'bottomLeft']; // QR code error collection percentages export const QR_ECL_PERS = { L: 0.03, M: 0.06, Q: 0.1, H: 0.14, low: 0.03, medium: 0.06, quartile: 0.1, high: 0.14 }; //# sourceMappingURL=constants.js.map