UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

11 lines (9 loc) 163 B
interface ErrorCorrectionPercents { [key: string]: number; } export default { L: 0.07, M: 0.15, Q: 0.25, H: 0.3 } as ErrorCorrectionPercents;