UNPKG

sth-qrcode

Version:

A web component to generate QR codes for SmartHoldem payments.

16 lines (12 loc) 537 B
## A web component to generate QR codes for SmartHoldem payments. [![SmartHoldem QR-Code Payments](https://github.com/smartholdem/sth-qrcode/blob/master/qr-example.png)](https://npmjs.com/package/sth-qrcode) ## Examples ```html <body> <sth-qrcode address="SUeGCt31AHwTZVcfZQwpPVL4jEUCtMMDTg" amount="100.500" vendor-field="Hello" size="200" show-logo="true"> <script> document.querySelector('sth-qrcode').getURI(); // => sth:SUeGCt31AHwTZVcfZQwpPVL4jEUCtMMDTg?amount=100.500&vendorField=Hello </script> </body> ```