Skip to content

colord/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

qrcode-ui

Lessons Learned

  • Using the Clipboard API in Javascript, you can easily ask the user's permission to paste the contents of the clipboard into an input element
  • Data URLS can be downloaded using the download attribute from the anchor element
  • Short circuit evaluation can be used instead of ternary operator. This is useful when you're checking for the existence of the qrcode -- to prevent null data being passed into the qrcode generator function

About

Generate a QR Code with any URL or text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published