Socket
Book a DemoInstallSign in
Socket

ngx-qrcode-updated

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-qrcode-updated

This library is built to provide a solution scanner QR code. This library takes in raw images and will locate, extract and parse any QR code found within.

2.0.0
latest
Source
npmnpm
Version published
Weekly downloads
12
100%
Maintainers
1
Weekly downloads
 
Created
Source

ngx-scanner-qrcode

This library is built to provide a solution scanner QR code.
This library takes in raw images and will locate, extract and parse any QR code found within.
This demo stackblitz.

Logo

Installation

Install ngx-scanner-qrcode from npm:

npm install ngx-scanner-qrcode --save

Add wanted package to NgModule imports:

import { NgxScannerQrcodeModule } from 'ngx-scanner-qrcode';
@NgModule({
    imports: [
        NgxScannerQrcodeModule,
    ]
})

In the Component:

<ngx-scanner-qrcode #action="scanner"></ngx-scanner-qrcode>
<span>{{action.data}}</span>
<button (click)="action.toggleCamera()" [disabled]="action.isLoading">{{action.isStart ? 'Stop' : 'Start'}}</button>

API Documentation

Input

FieldDescriptionTypeDefault
lineline frame qrcodenumber4
colorcolor of linestring#008000

Ouput

FieldDescriptionTypeDefault
eventdata of qrcodestring-
errorerrorany-

Component export

FieldDescriptionTypeDefault
toggleCameraActive/Inactive camerafunction-
startActive camerafunction-
stopInactive camerafunction-
playPlay functionvoid-
pausePause functionvoid-
downloadDownload functionstring-
isLoadingCheck start fnbooleanfalse
isStartStart Videobooleanfalse

Support versions

Support versions
Angular 91.1.0
Angular 81.0.17

Author Information

Author Information
AuthorDaiDH
Phone+84845882882

Vietnam

MIT License. Copyright (c) 2021 DaiDH

Keywords

ng

FAQs

Package last updated on 14 Dec 2022

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.