Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

adeira/qr-code-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React component that allows you to open a camera in your browser (desktop or mobile) and read QR codes.

Typical usage (TODO):

<QrCodeReader
  onData={(data) => setQrCodeReaderData(data)}
  onNotAllowedError={(error) => {
    // TODO: display "not allowed" UI
    setQrCodeReaderError(error);
  }}
  onUnknownError={(error) => {
    // TODO: display "unknown error" UI
    setQrCodeReaderError(error);
  }}
/>

About

This repository is automatically exported from https://github.com/adeira/universe via Shipit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published