Skip to content

Commit

Permalink
0.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed May 29, 2021
1 parent 2ae402b commit 99b3b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zxing/library",
"version": "0.18.5",
"version": "0.18.6",
"description": "TypeScript port of ZXing multi-format 1D/2D barcode image processing library.",
"keywords": [
"reader",
Expand Down

3 comments on commit 99b3b62

@lfigueras
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am getting an error using your QRCOde scanner. It throws an error message of: GET https://unpkg.com/@zxing/[email protected]/umd/zxing-browser.min.js net::ERR_ABORTED 404 (index):118 Uncaught ReferenceError: ZXing is not defined at (index):118

Can you help me with this?
I need to make this work before June 10 for my Project.

@lfigueras
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PS. Tested you demo live app on web and it throws the same error.

@phaseOne
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lfigueras this can be be fixed by merging #452 or by editing your source code to the new file path https://unpkg.com/@zxing/[email protected]/umd/index.min.js (see also #445 (comment))

Please sign in to comment.