'Javascript + PHP /// read barcode
I want to read a barcode using a library to barcode decoder or read by javascript or PHP? I browse many sources but can't reach find one to read the barcode
Solution 1:[1]
Haven't personally tried it, but https://github.com/serratus/quaggaJS looks like what you want. It's completely client side, so you don't need any PHP for it, which is good, because performance will probably be better.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Moritur |
