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

Qr code Error Correction Level exposed. #57

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

Conversation

AkshatGiri
Copy link

  • errorCorrectLevel prop added
  • Qr code is affected by errorCorrectLevel by passing it into qr.js
  • Values that can passed be as errorCorrectLevel are
  •   //     (L  7% ) :    1,
      // 	(M 15% ) :  0,
      // 	(Q 25% ) :  3 
      //      (H 30% ) :  2
    
  • Readme updated.

Simply added an prop so the error correction level could be passed in.
There was an error in the last commit. Fixed it by making errorCorrectLevel local variable. Code completely working now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant