Scan For Share

Share content with no digital traces

make sharing easy

If you've noticed QR code in the bottom right corner, and you want to share your web pages directly to other devices, you are on the right place. All you have to do is to run npm i qrurl in your project and include qrurl.min.js and styles.min.js in your scripts and styles list or through html. Or you can include these files from CDN using code below.

< script src = "https://cdn.jsdelivr.net/npm/qrurl@1.0.15/qrurl.min.js" integrity = "ha384-nTAqtwaZFjFyQcSBBRiacvGEL+xnLc8tho/2YBlf4PGjPfbXMn0pKc57B3v9U7fk" crossorigin = "anonymous" ></ script >
< link href = "https://cdn.jsdelivr.net/npm/qrurl@1.0.15/styles.min.css" integrity = "sha384-QRk2moMcQxBKWrbiiqAfk041zfvLy8O12Nb0MR53Ha4uOuqOMzFcmKqt2hxQXOkh" crossorigin = "anonymous" ></ script >

Once user lands on your web page and wants to share content with other people it becomes rather easy with automatically generated discrete QR codes in the corner of the page. Tap or click on the code enlarges it, making it even easier to scan.