Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rayriffy/qr-scanner

just another QR scanner lib for React
https://github.com/rayriffy/qr-scanner

Last synced: 18 days ago
JSON representation

just another QR scanner lib for React

Awesome Lists containing this project

README

        

# @rayriffy/qr-scanner

Just another QR scanner library for React.

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

const App = () => {
return (
{
console.log(result)
}}
/>
)
}
```