Skip to content

Commit 10ee666

Browse files
authored
docs(README): add some emojis 😍
1 parent cb8beec commit 10ee666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747

4848
A set of Vue.js components, allowing you to detect and decode QR codes, without leaving the browser.
4949

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

5454
All components are responsive. What doesn't fit your layout can be customized.
5555

@@ -66,7 +66,7 @@ methods: {
6666
}
6767
```
6868

69-
### [demos & docs](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html)
69+
### [Live Demos](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html) | [Documentation](https://gruhn.github.io/vue-qrcode-reader/api/QrcodeStream.html)
7070

7171
<p align="center">
7272
<img src="https://raw.githubusercontent.com/gruhn/vue-qrcode-reader/master/.github/screenshot1.png" height="500" alt="Screenshot 1">

0 commit comments

Comments
 (0)