1.0.10 • Published 1 year ago

vue-html-qrcode v1.0.10

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

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago