Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danimoh committed Feb 4, 2022
1 parent 2991d0a commit 8bb46c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this library, several improvements have been applied over the original port:

- Web cam scanning support out of the box
- Uses the browser's native [BarcodeDetector](https://web.dev/shape-detection/) [if available](https://github.com/WICG/shape-detection-api#overview)
- Lightweight: ~58.0 kB (~15.6 kB gzipped) minified with Google's closure compiler. If the native `BarcodeDetector` is available, only ~14.1 kB (~5.1 kB gzipped) are loaded.
- Lightweight: ~59.3 kB (~16.3 kB gzipped) minified with Google's closure compiler. If the native `BarcodeDetector` is available, only ~15.3 kB (~5.6 kB gzipped) are loaded.
- Improved performance and reduced memory footprint.
- Runs in a WebWorker which keeps the main / UI thread responsive.
- Can be configured for better performance on colored QR codes.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "qr-scanner",
"version": "1.3.0",
"version": "1.4.0",
"description": "A javascript QR scanner library",
"main": "qr-scanner.umd.min.js",
"module": "src/qr-scanner.js",
"module": "qr-scanner.min.js",
"types": "types/qr-scanner.d.ts",
"files": [
"LICENSE",
Expand All @@ -15,7 +15,6 @@
"qr-scanner.legacy.min.js.map",
"qr-scanner-worker.min.js",
"qr-scanner-worker.min.js.map",
"src/qr-scanner.js",
"types/qr-scanner.d.ts"
],
"scripts": {
Expand Down

0 comments on commit 8bb46c3

Please sign in to comment.