v0.11.0
New Features
Finally, support for EAN-2 and EAN-5 supplement codes has arrived in Quagga. You can easily give it a try with the following configuration-options:
decoder: {
readers: [{
format: "ean_reader",
config: {
supplements: [
'ean_5_reader', 'ean_2_reader'
]
}
}]
}
Read more about this feature in Enabling extended EAN