{"id":19312001,"url":"https://github.com/weblineindia/vue-qrcode-generator","last_synced_at":"2025-04-22T15:31:34.726Z","repository":{"id":129985138,"uuid":"272624168","full_name":"weblineindia/Vue-QRCode-Generator","owner":"weblineindia","description":"A Vue.js component for QR code generation.","archived":false,"fork":false,"pushed_at":"2023-12-27T07:57:15.000Z","size":152,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T13:35:43.008Z","etag":null,"topics":["qrcode","qrcode-generator","qrcodejs","vue","vue-component","vue-component-library","vue-components","vue-plugin","vue-plugins","vue-qrcode","vuecomponent","vuecomponents","vuejs","vuejs-components","vuejs-library","vuejs-plugin","vuejs-qrcode-generator","vuejs-snippets","vuejsqrcodegenerator","vueqrcodegenerator"],"latest_commit_sha":null,"homepage":"https://www.weblineindia.com/communities.html","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weblineindia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-16T06:09:53.000Z","updated_at":"2024-01-09T09:55:27.000Z","dependencies_parsed_at":"2024-11-10T00:32:12.639Z","dependency_job_id":"f060dd05-2088-497b-856b-bc4935165254","html_url":"https://github.com/weblineindia/Vue-QRCode-Generator","commit_stats":null,"previous_names":["weblineindia/vue-qrcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-QRCode-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-QRCode-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-QRCode-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-QRCode-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weblineindia","download_url":"https://codeload.github.com/weblineindia/Vue-QRCode-Generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250267329,"owners_count":21402456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qrcode","qrcode-generator","qrcodejs","vue","vue-component","vue-component-library","vue-components","vue-plugin","vue-plugins","vue-qrcode","vuecomponent","vuecomponents","vuejs","vuejs-components","vuejs-library","vuejs-plugin","vuejs-qrcode-generator","vuejs-snippets","vuejsqrcodegenerator","vueqrcodegenerator"],"created_at":"2024-11-10T00:32:05.230Z","updated_at":"2025-04-22T15:31:34.439Z","avatar_url":"https://github.com/weblineindia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue QRCode Generator\n\nA Vue.js component for QR code generation. Designed to create QR Code image for any text supplied to the library. Free for everyone, even use it for commercial purposes and on unlimited applications.\n\n## Table of contents\n\n- [Vue QRCode Generator](#vue-qrcode-generator)\n  - [Table of contents](#table-of-contents)\n  - [Browser Support](#browser-support)\n  - [Demo](#demo)\n  - [Getting started](#getting-started)\n  - [Usage](#usage)\n  - [Available Props](#available-props)\n  - [Want to Contribute?](#want-to-contribute)\n  - [Need Help?](#need-help)\n  - [Collection of Components](#collection-of-components)\n  - [Changelog](#changelog)\n  - [Credits](#credits)\n  - [License](#license)\n  - [Keywords](#keywords)\n\n## Browser Support\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) |  ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) |\n--- | --- | --- | --- | --- |\n83.0 ✔ | 77.0 ✔ | 13.1.1 ✔ | 83.0 ✔ | 11.9 ✔ |\n\n## Demo\n[![](qrcode.gif)](https://github.com/weblineindia/Vue-QRCode/qrcode.gif)\n\n## Getting started\n\nInstall the npm package:\n\n``` bash\nnpm install vue-weblineindia-qrcode\n#OR\nyarn add vue-weblineindia-qrcode\n```\n\n## Usage\n\nUse the `\u003cvue-weblineindia-qrcode`\u003e component:\n\n```vue\n\u003ctemplate\u003e\n  \u003cVue-qr-code value=\"https://www.weblineindia.com/\" /\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n// import vue-weblineindia-qrcode\nimport VueQrCode from 'vue-weblineindia-qrcode'\n\nexport default {\n  components: {\n    VueQrCode,\n  },\n}\n\u003c/script\u003e\n```\n\n## Available Props\n\n| prop                   | type (range)                                                       | default value                               |\n| ---------------------- | ------------------------------------------------------------------ | ------------------------------------------- |\n| `version`              | `number` (1-40)                                                    | N/A                                         |\n| `errorCorrectionLevel` | `String` ('low', 'medium', 'quartile', 'high', 'L', 'M', 'Q', 'H') | `'M'`                                       |\n| `maskPattern`          | `number` (0-7)                                                     | N/A                                         |\n| `toSJISFunc`           | `Function`                                                         | N/A                                         |\n| `margin`               | `number`                                                           | `4`                                         |\n| `scale`                | `number`                                                           | `4`                                         |\n| `width`                | `number`                                                           | N/A                                         |\n| `color`                | `{ dark: string; light:string }`                                   | `{ dark: '#000000ff', light: '#ffffffff' }` |\n| `type`                 | `string` ('image/png', 'image/jpeg', 'image/webp')                 | `'image/png'`                               |\n| `quality`              | `number`(0-1)                                                      | `0.92`                                      |\n| `value`                | `string | Array\u003c{ data: string; mode?: string }\u003e`                  | N/A                                         |\n\n\n-----\n\n## Want to Contribute?\n\n- Created something awesome, made this code better, added some functionality, or whatever (this is the hardest part).\n- [Fork it](http://help.github.com/forking/).\n- Create new branch to contribute your changes.\n- Commit all your changes to your branch.\n- Submit a [pull request](http://help.github.com/pull-requests/).\n\n-----\n\n## Need Help? \n\nWe 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](https://www.weblineindia.com/hire-vuejs-developer.html).\n\n-----\n\n## Collection of Components\n\nWe have built many other components and free resources for software development in various programming languages. Kindly click here to view our [Free Resources for Software Development](https://www.weblineindia.com/communities.html).\n\n------\n\n## Changelog\n\nDetailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).\n\n## Credits\n\nvue-weblineindia-qrcode is inspired by the [vue-qrcode](https://www.npmjs.com/package/vue-qrcode).\n\n## License\n\n[MIT](LICENSE)\n\n[mit]: https://github.com/weblineindia/Vue-QRCode/blob/master/LICENSE\n\n## Keywords\n\n vue-weblineindia-qrcode, vue-qrcode, qrcode, qrcodegen, vue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblineindia%2Fvue-qrcode-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweblineindia%2Fvue-qrcode-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblineindia%2Fvue-qrcode-generator/lists"}