UNPKG

html5-qrcode-angular

Version:

This is the angular adaptation of the "**[HTML5 QRCode](https://github.com/mebjas/html5-qrcode)**". For the documentation please have a look at https://github.com/mebjas/html5-qrcode.

43 lines (42 loc) 1.21 kB
{ "name": "html5-qrcode-angular", "version": "1.0.4", "peerDependencies": { "@angular/common": "^16.2.12", "@angular/core": "^16.2.12", "html5-qrcode": "^2.1.6" }, "description": "This is the angular adaptation of the \"**[HTML5 QRCode](https://github.com/mebjas/html5-qrcode)**\". For the documentation please have a look at https://github.com/mebjas/html5-qrcode.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ZykaJiri/ngx-html5-qrcode.git" }, "keywords": [ "html5-qrcode", "angular" ], "author": "jirizyka", "license": "MIT", "bugs": { "url": "https://github.com/ZykaJiri/ngx-html5-qrcode/issues" }, "homepage": "https://github.com/ZykaJiri/ngx-html5-qrcode#readme", "module": "fesm2022/html5-qrcode-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/html5-qrcode-angular.mjs", "esm": "./esm2022/html5-qrcode-angular.mjs", "default": "./fesm2022/html5-qrcode-angular.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }