{"id":22119553,"url":"https://github.com/naimmalek/an-qrcode","last_synced_at":"2025-10-19T02:35:35.481Z","repository":{"id":35790013,"uuid":"219796368","full_name":"naimmalek/an-qrcode","owner":"naimmalek","description":"an-qrcode Angular6+ QRCode generator lightweight library ","archived":false,"fork":false,"pushed_at":"2024-03-29T15:11:10.000Z","size":2131,"stargazers_count":9,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-17T08:29:57.580Z","etag":null,"topics":["angular10","angular11","angular12","angular13","angular9","lightweight-framework","ng-qrcode","ngqrcode","npm","npm-package","qrcode","qrcode-generator"],"latest_commit_sha":null,"homepage":"https://naimmalek.github.io/an-qrcode-sample-app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naimmalek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-11-05T16:51:20.000Z","updated_at":"2024-01-11T18:34:35.000Z","dependencies_parsed_at":"2023-12-22T12:27:12.702Z","dependency_job_id":"2f1c29f0-ed71-4451-ae38-10620f998f21","html_url":"https://github.com/naimmalek/an-qrcode","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.17647058823529416","last_synced_commit":"68a58ac5b268488876e90005ec69cafd353e4cfa"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Fan-qrcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Fan-qrcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Fan-qrcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Fan-qrcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naimmalek","download_url":"https://codeload.github.com/naimmalek/an-qrcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227553838,"owners_count":17786126,"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":["angular10","angular11","angular12","angular13","angular9","lightweight-framework","ng-qrcode","ngqrcode","npm","npm-package","qrcode","qrcode-generator"],"created_at":"2024-12-01T14:15:10.504Z","updated_at":"2025-10-19T02:35:30.449Z","avatar_url":"https://github.com/naimmalek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# an-qrcode\n\n`an-qrcode` is simple angular library to generate QR Codes in Angular 6+ app.\n\n[![npm version](https://badge.fury.io/js/an-qrcode.svg)](https://badge.fury.io/js/an-qrcode)\n\n## Demo App\n\nYou can find demo app here\n[github.com/naimmalek/an-qrcode-sample-app](https://naimmalek.github.io/an-qrcode-sample-app/).\n\n## Installation\n\n```\nnpm install an-qrcode --save\n```\n\n## Basic Usage\n\n### Import the module and add it to your imports section in your main AppModule:\n\n```js\n// Main Module File: app.module.ts\nimport { AnQrcodeModule } from 'an-qrcode';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    AnQrcodeModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\n## Examples: an-qrcode\n\n### Generate a QR Code from a string\n\nhere is sample code for generate qrcode\n\n```html\n\u003cqrcode [level]=\"1\" [qrvalue]=\"'QR Code String'\"\u003e\u003c/qrcode\u003e\n```\n\n## Parameters\n\n| Attribute        | Type           | Default | Description  |\n| ------------- |-------------| -----|------------|\n| level | Number | 1    | QR ECC level (1, 2, 3, 4) |\n| qrvalue      | String | '' | Your String |\n| size      | Number | 200     | (Width/Height value) |\n\n## License\n\nMIT License\n\nCopyright (c) 2019 - present [Naim Malek (naimmalek.github.io)](https://naimmalek.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaimmalek%2Fan-qrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaimmalek%2Fan-qrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaimmalek%2Fan-qrcode/lists"}