Skip to content

JavaScript library for detecting input from USB/serial barcode readers

License

Notifications You must be signed in to change notification settings

darkain/barcode.reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

barcode.reader

About

JavaScript library for detecting input from USB/serial barcode readers

License

This software library is licensed under the BSD 2-clause license, and may be freely used in any project which is compatible with this license.

Example

Usage:

new barcode_reader(function(barcode) {
	document.location = '/?search=' + encodeURIComponent(barcode);
});

When a barcode is detected, web page will redirect to: www.example.com/?search=[BARCODE]

About

JavaScript library for detecting input from USB/serial barcode readers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages