qr-scanner

just another QR scanner lib for React

MIT License

Downloads
19
Stars
0

@rayriffy/qr-scanner

Just another QR scanner library for React.

import { QRScanner } from '@rayriffy/qr-scanner'

const App = () => {
  return (
    <QRScanner
      onScan={result => {
        console.log(result)
      }}
    />
  )
}
Package Rankings
Top 35.02% on Npmjs.org