From 168f4d5fe1fb3ad0ffb8b085451d9ae83468efe9 Mon Sep 17 00:00:00 2001 From: Minhaz Date: Fri, 10 Apr 2020 17:10:32 +0800 Subject: [PATCH] hack to refresh asset cache in github --- README.md | 4 ++-- assets/{1.jpg => screen.jpg} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename assets/{1.jpg => screen.jpg} (100%) diff --git a/README.md b/README.md index c13fe87..9b289c0 100644 --- a/README.md +++ b/README.md @@ -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)
+![screenshot](assets/screen.jpg)
_Figure: Screenshot from Google Chrome running on Macbook Pro_ ## Documentation @@ -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: - + 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`. diff --git a/assets/1.jpg b/assets/screen.jpg similarity index 100% rename from assets/1.jpg rename to assets/screen.jpg