Skip to content
New issue

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

Implement QR code scanning with Shape Detection API #162

Closed
gruhn opened this issue Feb 12, 2020 · 2 comments
Closed

Implement QR code scanning with Shape Detection API #162

gruhn opened this issue Feb 12, 2020 · 2 comments

Comments

@gruhn
Copy link
Owner

gruhn commented Feb 12, 2020

The Shape Detection API comes with native QR code scanning capabilities. It's now expected to ship with Chrome 81:

https://bugs.chromium.org/p/chromium/issues/detail?id=659138#c32

This should vastly improve scanning performance.

gruhn added a commit that referenced this issue May 24, 2020
The new Shape Detection API comes with native QR code scanning Support.
On supporting devices this should vastly improve scanning performance.
Also `jsQR` is not required on these devices so its not included
anymore, making the bunlde 127kB lighter. `jsQR` is still loaded but
from the Worker via `importScripts`.

Issue: #162
gruhn added a commit that referenced this issue Jul 20, 2020
The new Shape Detection API comes with native QR code scanning Support.
On supporting devices this should vastly improve scanning performance.
Also `jsQR` is not required on these devices so its not included
anymore, making the bunlde 127kB lighter. `jsQR` is still loaded but
from the Worker via `importScripts`.

Issue: #162
gruhn added a commit that referenced this issue Aug 9, 2020
The new Shape Detection API comes with native QR code scanning Support.
On supporting devices this should vastly improve scanning performance.
Also `jsQR` is not required on these devices so its not included
anymore, making the bunlde 127kB lighter. `jsQR` is still loaded but
from the Worker via `importScripts`.

Issue: #162
gruhn added a commit that referenced this issue Mar 17, 2021
The new Shape Detection API comes with native QR code scanning Support.
On supporting devices this should vastly improve scanning performance.
Also `jsQR` is not required on these devices so its not included
anymore, making the bunlde 127kB lighter. `jsQR` is still loaded but
from the Worker via `importScripts`.

Issue: #162
gruhn added a commit that referenced this issue Apr 7, 2021
The new Shape Detection API comes with native QR code scanning Support.
On supporting devices this should vastly improve scanning performance.
Also `jsQR` is not required on these devices so its not included
anymore, making the bunlde 127kB lighter. `jsQR` is still loaded but
from the Worker via `importScripts`.

Issue: #162
@github-actions
Copy link

This issue has been marked as stale. If there is no further activity it will be closed.

@gruhn
Copy link
Owner Author

gruhn commented Aug 10, 2023

done

@gruhn gruhn closed this as completed Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant