Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rayriffy/qr-scanner
- Owner: rayriffy
- License: mit
- Created: 2024-05-25T17:47:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T08:56:10.000Z (5 months ago)
- Last Synced: 2024-10-11T13:27:06.399Z (about 1 month ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
}}
/>
)
}
```