1.0.10 • Published 2 years ago

vue-html-qrcode v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago