1.0.10 • Published 3 years ago

vue-html-qrcode v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Vue plugin: Vue HTML Qr Code

This is a simple wrapper for generating QR codes in HTML. Semantic versioning only starts from 1.0.10, sorry.

Installation

npm i vue-html-qrcode --save

Usage

In your Vue component, import the plugin:

import { VueQRCode } from "vue-html-qrcode"

And add it to your template:

<VueQRCode
  input="foo"
  fill-color="#000"
  background-color="#fff"
  pixel-size="4px" />

Configuration

OptionValue typeDefault value
inputStringNothing. This value is required.
fillColorColor for CSS, for example "#000""#000"
backgroundColorColor for CSS, for example "#fff""transparent"
pixelSizeSize in pixels, for example "1.5px""4px"
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago