react-qrcode
Version:
🤳 A React component for QR code generation with `qrcode`
20 lines • 366 B
JavaScript
export const LEVELS = [
'low',
'medium',
'quartile',
'high',
'L',
'M',
'Q',
'H',
];
export const MASK_PATTERNS = [0, 1, 2, 3, 4, 5, 6, 7];
export const MODES = [
'auto',
'alphanumeric',
'numeric',
'kanji',
'byte',
];
export const TYPES = ['image/png', 'image/jpeg', 'image/webp'];
//# sourceMappingURL=types.js.map