ericblade / quagga2

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs
MIT License
758 stars 85 forks source link

I upgraded the vuejs package to work with vue 3 #546

Open nick-0101 opened 2 months ago

nick-0101 commented 2 months ago

Hello. I noticed that the vuejs package linked below only works with vue2 and hasn't been updated with the current version of quagga2. I've forked the repo, upgraded the deps and rewrote the api to allow for more options and added typescript.

It would be great if you could update the README. I'm intent on supporting this package for a while as I need it in my current work. https://github.com/nick-0101/vue3-quagga-2

github-actions[bot] commented 2 months ago

Thank you for filing an issue! Please be patient. :-) Dont forget to add yourself to the contributors array in package.json! Have a great day!

ericblade commented 2 months ago

Great! Thanks for the link, and the support. Did you mean to say that the one linked right now only works with Vue 2? Just clarifying.

I'm away from my code PC right now, but I've got this tab on my todo list right now.

nick-0101 commented 2 months ago

Hi! Sorry yeah that was a typo on my part. I meant the package only supported vue2, the package also did not provide the props to a lot of options quagga2 has.