vue3-qrcode-reader
Version:
A set of Vue.js components for detecting and decoding QR codes.
14 lines (9 loc) • 316 B
Markdown
# Pause & Validate
By turning off the camera you can process each scanned QR-code one at a time.
The last received frame is still displayed so it just looks like the stream is
paused.
<ClientOnly>
<DemoWrapper component="Validate" />
</ClientOnly>
### Source
<<< @/docs/.vuepress/components/demos/Validate.vue