Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created October 12, 2019 15:58
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 GitHub30/13ade1a04e2a78691a5a0b69ee935144 to your computer and use it in GitHub Desktop.
Save GitHub30/13ade1a04e2a78691a5a0b69ee935144 to your computer and use it in GitHub Desktop.
// https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js
const qr = new QRCode(document.createElement('div'), {
text: '0123456789',
correctLevel : QRCode.CorrectLevel.L
})
document.body.appendChild(qr._el)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment