Skip to content
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

Adds a showFeedback property to the QrReader #218

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2021

  1. Added an option to include some visual feedback for scanned qr codes.

    When the `showFeedback` option is included in QrReader control, it
    will hilight the detected qr code in the video feed. This is accomplished
    by drawing a div over the top of the feed, which is positioned such
    that it approximately bounds the detected qr code.
    howech committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    081c550 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from howech/qr-feedback-rebase

    Added an option to include some visual feedback for scanned qr codes.
    howech authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    0b8633a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b6f6c5 View commit details
    Browse the repository at this point in the history
  4. Fixed markdown error.

    howech committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    5187bf0 View commit details
    Browse the repository at this point in the history