import QrCode from 'qrcode';
(qrUrl, {
width: QR_WIDTH,
height: QR_WIDTH,
margin: 0,
}).then(res => {
({
qrImageUrl: res
})
}).catch(err => {
(err);
})
import QrCode from 'qrcode';
(qrUrl, {
width: QR_WIDTH,
height: QR_WIDTH,
margin: 0,
}).then(res => {
({
qrImageUrl: res
})
}).catch(err => {
(err);
})