react js functional #473
Replies: 3 comments
-
Hi import qr_code from "html5-qrcode"; const qrcodeRegionId = "html5qr-code-full-region"; export default function QrCode (props) {
// this.html5QrcodeScanner = new Html5QrcodeScanner(qrcodeRegionId, config, verbose);
}; |
Beta Was this translation helpful? Give feedback.
-
Sorry :) - formatting
Thank you :) Kind regards ` const qrcodeRegionId = "html5qr-code-full-region"; export default function QrCode (props) {
}; ` |
Beta Was this translation helpful? Give feedback.
-
Ok - solved - using Html5Qrcode now :) |
Beta Was this translation helpful? Give feedback.
-
Hi
Can I use html-qrcode in react js functional? In particular how do I convert to render - with parameters.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions