Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

isonet/angular-barcode-scanner

Repository files navigation

angular-barcode-scanner npmlicenceCodacy grade

NPM registry

An angular barcode reader module

Installation

Install with NPM

npm install --save angular-barcode-scanner

Import

import 'angular-barcode-scanner';

Or include the script in your code

<script src="node_modules/angular-barcode-scanner/dist/angular-barcode-scanner.js"></script>

Add it as a module to angular

angular.module('MyExampleApp', ['barcodeScanner']);

Usage

  • Take a look at the example/index.html file.

Dev / Other

This package is written in ES2015 and uses webpack for bundling.