Skip to content

Commit

Permalink
Merge pull request #61 from jamenamcinteer/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
jamenamcinteer authored Oct 7, 2024
2 parents 7674644 + e3f886d commit c567d7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Thanks to the initial repo: https://github.com/dashboardphilippines/react-webcam
npm i react-qr-barcode-scanner
```

## Demo
Try a demo of the scanner [here](https://jamenamcinteer.github.io/react-qr-barcode-scanner/).

## Usage in React:

```jsx
Expand Down Expand Up @@ -126,3 +129,12 @@ These formats are supported by ZXing:
<button onClick={dismissQrReader}>
</Modal>
```

## Contributing
We welcome contributions to react-qr-barcode-scanner.

If you have an idea for a new feature or have discovered a bug, please open an issue.

Please `yarn build` in the root and `docs_src` directories before pushing changes.

Don't forget to add a title and a description explaining the issue you're trying to solve and your proposed solution.

0 comments on commit c567d7c

Please sign in to comment.