Skip to content

Commit 6b165bc

Browse files
committed
docs: promote BrowserStack
To qualify for the BrowserStack Open Source program. See #84
1 parent 4ec0a25 commit 6b165bc

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

.github/browserstack-logo.png

31 KB
Loading

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<p align="center">
1+
<p align="center">
22
<img src="https://raw.githubusercontent.com/gruhn/vue-qrcode-reader/master/.github/logo.png" alt="Logo" width="240" height="240" style="max-width: 100%;">
3-
3+
44
<br>
55
<br>
6-
6+
77
<a href="https://vuejs.org/">
88
<img src="https://img.shields.io/badge/vue-2.x-brightgreen.svg" alt="for Vue.js 2">
99
</a>
1010

1111
<a href="https://www.npmjs.com/package/vue-qrcode-reader">
1212
<img src="https://img.shields.io/npm/dm/vue-qrcode-reader.svg" alt="npm monthly downloads">
1313
</a>
14-
14+
1515
<a href="https://travis-ci.org/gruhn/vue-qrcode-reader">
1616
<img src="https://travis-ci.org/gruhn/vue-qrcode-reader.svg?branch=master" alt="Travis CI: build status">
1717
</a>
18-
18+
1919
<br>
2020

2121
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="is maintained? yes">
@@ -27,23 +27,23 @@
2727
<a href="https://github.com/Naereen/badges">
2828
<img src="https://img.shields.io/badge/badges-awesome-green.svg" alt="badges = awesome">
2929
</a>
30-
30+
3131
<br>
3232

3333
<a href="https://bundlephobia.com/result?p=vue-qrcode-reader">
3434
<img src="https://badgen.net/bundlephobia/minzip/vue-qrcode-reader" alt="size minified + gzipped">
3535
</a>
36-
36+
3737
<a href="https://www.npmjs.com/package/vue-qrcode-reader">
3838
<img src="https://img.shields.io/npm/v/vue-qrcode-reader.svg" alt="npm current version">
3939
</a>
40-
40+
4141
<br>
42-
42+
4343
<a href="https://github.com/semantic-release/semantic-release">
4444
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="uses semantic release">
4545
</a>
46-
46+
4747
<br>
4848
<br>
4949
<a href="https://gruhn.github.io/vue-qrcode-reader/api/QrcodeStream.html">documentation</a> |
@@ -53,7 +53,7 @@
5353
A set of Vue.js components, allowing you to detect and decode QR codes, without leaving the browser.
5454

5555
* :movie_camera: `QrcodeStream` accesses the device camera and continuously scans incoming frames.
56-
* :put_litter_in_its_place: `QrcodeDropZone` renders to an empty region where you can drag-and-drop images to be decoded.
56+
* :put_litter_in_its_place: `QrcodeDropZone` renders to an empty region where you can drag-and-drop images to be decoded.
5757
* :open_file_folder: `QrcodeCapture` is a classic file upload field, instantly scanning all files you select.
5858

5959
All components are responsive. Beyond that, close to zero styling. Make them fit your layout. Usage is simple and straight forward:
@@ -91,7 +91,7 @@ This component fundamentally depends on the [Stream API](https://caniuse.com/#fe
9191
* on iOS it **only** works with Safari
9292
* *Chrome for iOS*, *Firefox for iOS* and so on are not supported (see [#29](../../issues/29))
9393
* even web apps added to home screen are not supported (see [#76](../../issues/76))
94-
94+
9595
#### `QrcodeDropZone` and `QrcodeCapture`
9696

9797
The newest API these components depend on is the [FileReader API](https://caniuse.com/#feat=filereader).
@@ -182,3 +182,11 @@ Vue.component('my-component', {
182182
// ...
183183
)
184184
```
185+
186+
# Acknowledgements
187+
188+
Tested with
189+
190+
<a href="https://browserstack.com">
191+
<img width="180" src="https://raw.githubusercontent.com/gruhn/vue-qrcode-reader/master/.github/browserstack-logo.png" alt="BrowserStack Logo">
192+
</a>

0 commit comments

Comments
 (0)