🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

html5-qrcode-angular

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
n

html5-qrcode-angular

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.

1.0.4
latest
71

Supply Chain Security

100

Vulnerability

77

Quality

80

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created

Angular HTML5 QRCode

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

Install using:

npm i ngx-html5-qrcode-16

Angular usage - viz. example project in github

<div style="width: 800px; height: 600px;">
  <html5-qrcode(decodedText)="decodedText = $event" (decodedResult)="qrCodeSuccess($event)"></html5-qrcode>
</div>

Other options:

  • useFrontCamera=true|false
  • config - Html5QrcodeCameraScanConfig entity from the original library
    • Example: {fps: 10, qrbox: {width: 250, height: 250}}

Development

Pull requests are welcome.

Building the package:

ng-packagr -p ng-package.json 

Deploying the package:

cd dist
npm version <new-version>
npm publish

FAQs

Package last updated on 10 May 2024

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