Skip to content

Instantly share code, notes, and snippets.

@StErMi
Created May 23, 2017 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StErMi/8e60be5b6d7b338ccb0b024176682575 to your computer and use it in GitHub Desktop.
Save StErMi/8e60be5b6d7b338ccb0b024176682575 to your computer and use it in GitHub Desktop.
Instantiate a new QRCode.js
this.__qrcode = new QRCode( this.getDomRef(), {
text: this.getText(),
width: this.getWidth(),
height: this.getHeight(),
colorDark: this.getColorDark(),
colorLight: this.getColorLight(),
correctLevel: iCorrectLevel
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment