EddieLa / JOB

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.
http://eddiela.github.io/JOB
602 stars 203 forks source link

Pass Image URLs #38

Closed bilal1101-m closed 9 years ago

bilal1101-m commented 9 years ago

I want to pass image URL for Decode data from barcode. How do i pass URL instead of selecting image?

EddieLa commented 9 years ago

Just call the same function for passing an image, that would be JOB.DecodeImage(imageURL).