New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-weblineindia-qrcode

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-weblineindia-qrcode

A Vue component for QR code generation with `vue-weblineindia-qrcode`

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
64
decreased by-20.99%
Maintainers
1
Weekly downloads
 
Created
Source

Vue-QRCode

A Vue.js component for QR code generation. Free for everyone, even use it for commercial purposes and on unlimited applications.

Table of contents

  • Browser Support
  • Demo
  • Getting started
  • Usage
  • Available Props
  • Want to Contribute?
  • Need Help / Support?
  • Online Demo
  • Changelog
  • Credits
  • License
  • Keywords

Browser Support

ChromeFirefoxSafariEdgeIE
83.0 ✔77.0 ✔13.1.1 ✔83.0 ✔11.9 ✔

Demo

Getting started

Install the npm package:

npm install vue-weblineindia-qrcode
#OR
yarn add vue-weblineindia-qrcode

Usage

Use the <vue-weblineindia-qrcode> component:

<template>
  <Vue-qr-code value="https://www.weblineindia.com/" />
</template>

<script>
// import vue-weblineindia-qrcode
import VueQrCode from 'vue-weblineindia-qrcode'

export default {
  components: {
    VueQrCode,
  },
}
</script>

Available Props

proptype (range)default value
versionnumber (1-40)N/A
errorCorrectionLevelString ('low', 'medium', 'quartile', 'high', 'L', 'M', 'Q', 'H')'M'
maskPatternnumber (0-7)N/A
toSJISFuncFunctionN/A
marginnumber4
scalenumber4
widthnumberN/A
color{ dark: string; light:string }{ dark: '#000000ff', light: '#ffffffff' }
typestring ('image/png', 'image/jpeg', 'image/webp')'image/png'
qualitynumber(0-1)0.92
value`stringArray<{ data: string; mode?: string }>`

Want to Contribute?

  • Created something awesome, made this code better, added some functionality, or whatever (this is the hardest part).
  • Fork it.
  • Create new branch to contribute your changes.
  • Commit all your changes to your branch.
  • Submit a pull request.

Need Help?

We also provide a free, basic support for all users who want to use this VueJS QRCode generator in their software project. In case you want to customize this QRCode generator to suit your development needs, then feel free to contact our VueJS developers.


Online Demo of VueJS QRCode Generator

We have also hosted this code on our website for a quick DEMO. Please click here for the demo of VueJS QRCode Generator online.


Changelog

Detailed changes for each release are documented in CHANGELOG.md.

Credits

vue-weblineindia-qrcode is inspired by the vue-qrcode.

License

MIT

Keywords

vue-weblineindia-qrcode, vue-qrcode, qrcode, qrcodegen, vue

Keywords

FAQs

Package last updated on 16 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc