gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.03k stars 330 forks source link

Are formats available in vue 2? #424

Closed adam-torok closed 3 months ago

adam-torok commented 3 months ago

Hey, basically what I'm trying to achieve, is to scan barcodes (ean_13, ean_8) in vue2 setup

I'm currently using 3.1.8 but I can only manage to read QR codes.

`

`

In the data, here is my formats array

formats: [ 'ean_13', 'ean_8', 'qr_code' ],

So basically my question is, is it supported? Thanks

adam-torok commented 3 months ago

more formats has been added to the vue2 version so I close this