Skip to content

Commit f1aee27

Browse files
committed
docs: make README more sexy
1 parent aebfb04 commit f1aee27

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

.github/logo.png

21.8 KB
Loading

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
1-
# vue-qrcode-reader
1+
<p align="center">
2+
3+
<img src="https://raw.githubusercontent.com/gruhn/vue-qrcode-reader/master/.github/logo.png" alt="Logo" width="240" height="240" style="max-width: 100%;">
4+
5+
<br>
6+
<br>
7+
8+
<a href="https://vuejs.org/">
9+
<img src="https://img.shields.io/badge/vue-2.x-brightgreen.svg" alt="for Vue.js 2">
10+
</a>
11+
12+
<a href="https://github.com/semantic-release/semantic-release">
13+
<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">
14+
</a>
215

3-
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![npm](https://img.shields.io/npm/v/vue-qrcode-reader.svg) ![npm](https://img.shields.io/npm/dm/vue-qrcode-reader.svg)](https://www.npmjs.com/package/vue-qrcode-reader)
16+
<a href="https://www.npmjs.com/package/vue-qrcode-reader">
17+
<img src="https://img.shields.io/npm/dm/vue-qrcode-reader.svg" alt="npm monthly downloads">
18+
<img src="https://img.shields.io/npm/v/vue-qrcode-reader.svg" alt="npm current version">
19+
</a>
20+
21+
<br>
22+
23+
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="is maintained? yes">
24+
25+
<a href="http://opensource.org/licenses/MIT">
26+
<img src="https://img.shields.io/github/license/Naereen/StrapDown.js.svg" alt="licence: MIT">
27+
</a>
28+
29+
<a href="https://github.com/Naereen/badges">
30+
<img src="https://img.shields.io/badge/badges-awesome-green.svg" alt="badges = awesome">
31+
</a>
32+
</p>
433

534
A Vue.js 2 component, accessing the device camera and allowing users to read QR codes, within the browser.
635

0 commit comments

Comments
 (0)