Skip to content

Commit

Permalink
hack to refresh asset cache in github
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas committed Apr 10, 2020
1 parent 95b46ae commit 168f4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ html5QrCode.stop().then(ignore => {
Check this article on how to use this library [HTML5 QR Code scanning - launched v1.0.1 without jQuery dependency and refactored Promise based APIs](https://blog.minhazav.dev/HTML5-QR-Code-scanning-launched-v1.0.1/).

## Screenshots
![screenshot](assets/1.jpg)<br>
![screenshot](assets/screen.jpg)<br>
_Figure: Screenshot from Google Chrome running on Macbook Pro_

## Documentation
Expand Down Expand Up @@ -188,7 +188,7 @@ A.K.A frame per seconds, the default value for this is 2 but it can be increased
#### `qrbox` - Integer, Example = 250
Use this property to limit the region of the viewfinder you want to use for scanning. The rest of the viewfinder would be shaded. For example by passing config `{ qrbox : 250 }`, the screen will look like:

<img src="./assets/1.jpg" width="450px">
<img src="./assets/screen.jpg" width="450px">

If you do not pass any value, the whole viewfinder would be used for scanning.
**Note**: this value has to be smaller than the width and height of the `QR code HTML element`.
Expand Down
File renamed without changes

0 comments on commit 168f4d5

Please sign in to comment.