npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@innotec/ngx-scanner

v2.0.0

Published

High-performance Angular 2+ barcode scanner

Downloads

8

Readme

@innotec/ngx-scanner

Angular scanner component to scan different barcode-types. This repo is a clone of zxing-js/ngx-scanner. Thank you very much for this great repo.

Features & Hints

  • Supports continuous scanning.
  • Supports iOS 11+.*
  • There's a configurable delay of 1500ms after each successful scan.
  • Nice devs behind it. 🤓

* Check the Limitations section above.

How To

I promise that it's very easy to use:

<!-- some.component.html -->
<zxing-scanner></zxing-scanner>

API

formats (@Input) separated with comma

Follow formats are possible:

  • QR_CODE (Default): QR Code 2D barcode format.
  • AZTEC: Aztec 2D barcode format.
  • CODABAR: CODABAR 1D format.
  • CODE_39: Code 39 1D format.
  • CODE_93: Code 93 1D format.
  • CODE_128: Code 128 1D format.
  • DATA_MATRIX: Data Matrix 2D barcode format.
  • EAN_8: EAN-8 1D format.
  • EAN_13: EAN-13 1D format.
  • ITF: ITF (Interleaved Two of Five) 1D format.
  • MAXICODE: MaxiCode 2D barcode format.
  • PDF_417: PDF417 format.
  • RSS_14: RSS 14
  • RSS_EXPANDED: RSS EXPANDED
  • UPC_A: UPC-A 1D format
  • UPC_E: UPC-E 1D format
  • UPC_EAN_EXTENSION: UPC/EAN extension format. Not a stand-alone format.