-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 3 migration? #1
Comments
Wow! Almost 2 full years have gone by without a response, sorry about that. Not sure how the notification slipped through my inbox. I can look into it is there is still interest from the community. @Extarys |
No worries @DevinNorgarb ! I found https://github.com/olefirenko/vue-barcode-reader/tree/master, and it uses zxing as a dependency. Not sure if it'S better than quagga |
@Extarys Are you using this in a Cordova/Capacitor context or in a web-browser-based application? If the former, I would recommend checking out Google MLKit. It is written in Kotlin (they also have a Java version of the library). However, there are a few Cordova/Capacitor plugins out there. This has been by far the most performant which we believe to be on par with Scandit. It's also free and offline. https://developers.google.com/ml-kit/vision/barcode-scanning/code-scanner |
@Extarys, I've forked this repo and upgraded it to work with vue3! https://github.com/nick-0101/vue3-quagga-2 |
@nick-0101 Nice one! Are the changes backwards compatible with Vue 2? |
Hello there! Thanks for this plugin!
Are you planning on migrating this to Vue 3 composition API? No pressure, just askin' 😄
The text was updated successfully, but these errors were encountered: