Giter VIP home page Giter VIP logo

v-qr's Introduction

v-qr

QR code with logo component for Vue.js.

带logo二维码组件. 基于 node-qrcode

Examples

Online Examples

Installation

install with NPM

npm i -S v-qr

Usage

Import

import Vqr from 'v-qr'
Vue.ues(Vqr)

In template

<v-qr
  text=" "
  :logo="logo"
  qrcodeColor="#000000ff"
  backgroundColor="#ffffffff"
  :size="300"
  :logoSize="50"
  :margin="10"
  :ratio="1"
  level="M"
/>

Props

Props Description type Default
text 二维码内容 String " "
logo 二维码中间的logo,可以传图片url和base64 String ""
size 二维码的大小(单位: px) Number 300
logoSize logo的大小(单位: px) Number 50
margin 二维码的外边距(单位: px) Number 10
ratio 通过放大解决logo原图尺寸过大导致模糊的问题(1 - 3) Number 1
qrcodeColor 二维码的颜色,只支持16进制 String #000000ff
backgroundColor 二维码的背景颜色,只支持16进制 String #ffffffff
level 容错级别 ("L" | "M" | "Q" | "H") String "M"

Events

Event name Description Res
on-finish 完成二维码生成时触发 Image(base64)

v-qr's People

Contributors

jingguangyan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.