html5-qrcode
html5-qrcode copied to clipboard
[Feature Request] Minify the zxing-js.umd.js
Is your feature request related to a problem? Please describe.
When I analyze the bundle size of my project, I find that the html5-qrcode library is a huge block with zxing-js.umd.js, the zxing-js.umd.js size is 1.05 MB, The file takes 1/5 of my app bundle size.
Describe the solution you'd like
Can you help minify the zxing-js.umd.js to zxing-js.umd.min.js and require the minified one instead?
The picture below is the result I used https://minify-js.com/ to minify the zxing-js.umd.js, we can save 785.36 kB after minifying.
Describe alternatives you've considered
Additional context
Could we get an ESM version of zxing-js too, please? That will surely help with the bundle sizes.
you can make a PR if you wish