With onSuccess method, you can get the generated image address.
Deja-vuuu opened this issue · 2 comments
Deja-vuuu commented
this.qrCode = new QRCode(
document.getElementById('qr'),
{
text: '',
width: 300,
height: 300,
onSuccess: (value) => {
console.log('value', value);
}
}
);
zhangtingwz commented
pyjacques commented
Any change to have a callback / success method now ?