diff --git a/src/Element/QrCode.tsx b/src/Element/QrCode.tsx index f44f7891..b72c397b 100644 --- a/src/Element/QrCode.tsx +++ b/src/Element/QrCode.tsx @@ -27,6 +27,9 @@ export default function QrCode(props: QrCodeProps) { }, cornersSquareOptions: { type: 'extra-rounded' + }, + imageOptions: { + crossOrigin: "anonymous" } }); qrRef.current.innerHTML = "";