Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👋
Thank you for this library!
I wonder if it'd possible to add a webpack example for it? I've tried using it with a dynamic import:
import
const qrcode = await import("html5-qrcode");
but the returned object is empty. I guess this is because there are no exports like export {Html5Qrcode, Html5QrcodeScanner}; in https://github.com/mebjas/html5-qrcode/blob/master/html5-qrcode.js?
export {Html5Qrcode, Html5QrcodeScanner};
The text was updated successfully, but these errors were encountered:
Does this work - https://webpack.js.org/configuration/externals/
Sorry, something went wrong.
Hi @mebjas! Sorry, I'm no longer using your library. And I'm sorry for being unresponsive.
No branches or pull requests
Thank you for this library!
I wonder if it'd possible to add a webpack example for it? I've tried using it with a dynamic
import
:but the returned object is empty. I guess this is because there are no exports like
export {Html5Qrcode, Html5QrcodeScanner};
in https://github.com/mebjas/html5-qrcode/blob/master/html5-qrcode.js?The text was updated successfully, but these errors were encountered: