|
52 | 52 |
|
53 | 53 | A set of Vue.js components, allowing you to detect and decode QR codes, without leaving the browser. |
54 | 54 |
|
55 | | -* :movie_camera: `QrcodeStream` accesses the device camera and continuously scans the incoming frames. |
| 55 | +* :movie_camera: `QrcodeStream` accesses the device camera and continuously scans incoming frames. |
56 | 56 | * :put_litter_in_its_place: `QrcodeDropZone` renders to an empty region where you can drag-and-drop images to be decoded. |
57 | 57 | * :open_file_folder: `QrcodeCapture` is a classic file upload field, instantly scanning all files you select. |
58 | 58 |
|
59 | | -All components are responsive. What doesn't fit your layout can be customized. |
60 | | - |
61 | | -You also get simple elegant APIs: |
| 59 | +All components are responsive. Beyond that, close to zero styling. Make them fit your layout. Usage is simple and straight forward: |
62 | 60 |
|
63 | 61 | ```html |
64 | 62 | <qrcode-stream @decode="onDecode"></qrcode-stream> |
@@ -110,7 +108,7 @@ The newest API these components depend on is the [FileReader API](https://canius |
110 | 108 | * Check if it works on the demo page. Especially the [Decode All](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html) demo, since it renders error messages. If you see errors, consult the docs to understand their meaning. |
111 | 109 | * Demo works but not locally: Listen for the `init` event to investigate errors. |
112 | 110 | * Demo doesn't work: Carefully review the Browser Support section above. Maybe your device is just not supported. |
113 | | -* I can't test my app on my mobile device since I'm running a dev server on localhost but it's not served with HTTPS. |
| 111 | +* I'm running a dev server on localhost. How to test on my mobile device without HTTPS? |
114 | 112 | * If your setup is Desktop Chrome + Android Chrome, use [Remote Debugging](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/) which allows your Android device to [access your local server as localhost](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server). |
115 | 113 | * Otherwise use a reverse proxy like [ngrok](https://ngrok.com/) or [serveo](https://serveo.net/) to temporarily make your local server publicly available with HTTPS. |
116 | 114 |
|
|
0 commit comments