bug: avatar not loading
This commit is contained in:
@ -27,6 +27,9 @@ export default function QrCode(props: QrCodeProps) {
|
|||||||
},
|
},
|
||||||
cornersSquareOptions: {
|
cornersSquareOptions: {
|
||||||
type: 'extra-rounded'
|
type: 'extra-rounded'
|
||||||
|
},
|
||||||
|
imageOptions: {
|
||||||
|
crossOrigin: "anonymous"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
qrRef.current.innerHTML = "";
|
qrRef.current.innerHTML = "";
|
||||||
|
Reference in New Issue
Block a user