0.0.8 • Published 6 years ago

sth-qrcode v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

A web component to generate QR codes for SmartHoldem payments.

SmartHoldem QR-Code Payments

Examples

<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>