![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
vue-weblineindia-qrcode
Advanced tools
A Vue component for QR code generation with `vue-weblineindia-qrcode`
A Vue.js component for QR code generation. Free for everyone, even use it for commercial purposes and on unlimited applications.
![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|
83.0 ✔ | 77.0 ✔ | 13.1.1 ✔ | 83.0 ✔ | 11.9 ✔ |
Install the npm package:
npm install vue-weblineindia-qrcode
#OR
yarn add vue-weblineindia-qrcode
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>
prop | type (range) | default value |
---|---|---|
version | number (1-40) | N/A |
errorCorrectionLevel | String ('low', 'medium', 'quartile', 'high', 'L', 'M', 'Q', 'H') | 'M' |
maskPattern | number (0-7) | N/A |
toSJISFunc | Function | N/A |
margin | number | 4 |
scale | number | 4 |
width | number | N/A |
color | { dark: string; light:string } | { dark: '#000000ff', light: '#ffffffff' } |
type | string ('image/png', 'image/jpeg', 'image/webp') | 'image/png' |
quality | number (0-1) | 0.92 |
value | `string | Array<{ data: string; mode?: string }>` |
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.
We have also hosted this code on our website for a quick DEMO. Please click here for the demo of VueJS QRCode Generator online.
Detailed changes for each release are documented in CHANGELOG.md.
vue-weblineindia-qrcode is inspired by the vue-qrcode.
vue-weblineindia-qrcode, vue-qrcode, qrcode, qrcodegen, vue
FAQs
A Vue component for QR code generation with `vue-weblineindia-qrcode`
The npm package vue-weblineindia-qrcode receives a total of 60 weekly downloads. As such, vue-weblineindia-qrcode popularity was classified as not popular.
We found that vue-weblineindia-qrcode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.