Skip to content

fork of alzera react scanner to give better control of camera choice

Notifications You must be signed in to change notification settings

jeremiahblanch/react-scanner

 
 

Repository files navigation

React QR Scanner

Forked from @alzera/react-scanner. [https://github.com/alzera/react-scanner.git]

Differences within this fork:

  1. Prettier camera (device) chooser. Only shows when there are multiple devices. Use the HTML <select> element which displays nicely on phones. Probably doesn't look great on desktop but most desktops do not have multiple cameras.
  2. When the user chooses their camera (device), the choice is stored in localStorage and retrieved the next time. This makes better UX for using the tool over and over again.
  3. Removes the components DropZone (for uploading an image instead of using the camera) and BarcodeScanner (a wrapper for Scanner that uses the DropZone). Now you can just use Scanner.

About

fork of alzera react scanner to give better control of camera choice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.1%
  • JavaScript 3.5%
  • HTML 2.4%