sth-qrcode
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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>

/sth-qrcode/

    Package Sidebar

    Install

    npm i sth-qrcode

    Weekly Downloads

    1

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    231 kB

    Total Files

    18

    Last publish

    Collaborators

    • technolog