Skip to content

mrameezraja/cordova-plugin-zbarcodescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZBarcodeScanner

An cordova implementation of ZBar SDK(http://zbar.sourceforge.net/). Currently supports only camera feed scanning.

Installation

cordova plugin add https://github.com/mrameezraja/cordova-plugin-zbarcodescanner

Methods

  • cordova.plugins.zbarScanner.scan

cordova.plugins.zbarScanner.scan


  cordova.plugins.zbarScanner.scan(function(data){
    console.log(JSON.stringify(data));
    // 8394834938, canceled
  }, function(error){
    console.log(error);
  });

Supported Platforms

  • IOS
  • Android (Coming soon)

About

A cordova implementation of ZBar SDK(http://zbar.sourceforge.net/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published