1.0.1 • Published 1 year ago

@rayriffy/qr-scanner v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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)
      }}
    />
  )
}
1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago