library
library copied to clipboard
Cannot find "/umd/zxing-browser.min.js" in @zxing/[email protected]
Hi,
Of course I'm loving zxing-js library :), but this morning bad surprise, https://unpkg.com/@zxing/library@latest seems to be not found.
Is there any problem ?
Thanks a lot ! R
Same issue here!
You can solve it with that : https://unpkg.com/@zxing/[email protected]/umd/index.js
Have a great day R
Same issue here. With Workaround from @robinb78 works it again. But is this the final solution?
You can solve it with that : https://unpkg.com/@zxing/[email protected]/umd/index.js
Have a great day R
THX. works. But as @scharfenort already mentioned, this is not the final solution, is it?
You can solve it with that : https://unpkg.com/@zxing/[email protected]/umd/index.js
Have a great day R
Thanks, worked for me. Waiting final solution aswell!
Same Issue. Latest lib link is broken. Zxing Live Demo does not work anymore.
https://unpkg.com/@zxing/library@latest/umd/index.min.js also works.
It apparently has to do with unpkg.com that changed method of serving documents. One element of change is the fact that they are applying different rules to MIME types. The console would show something like: `The resource from “https://unpkg.com/@zxing/[email protected]/umd/zxing-browser.min.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
This issue is still present. It will be possible to fix this? It's such a big issue? maybe an npm or yarn package would work just fine.
This issue is still present. It will be possible to fix this? It's such a big issue? maybe an npm or yarn package would work just fine.
https://github.com/zxing-js/library/pull/452#pullrequestreview-696865141 There is a proposed fix you may want to track/ask about.
Stale issue message