1.0.5 • Published 3 years ago

@hyperhq/hyper-js v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago
<html>
  <head>
    <title>Meta Labs | Smart Purchase Button Example</title>
  </head>
  <body>
    <a id="purchaseButton">Loading...</a>

    <script src="https://cdn.jsdelivr.net/npm/@meta-labs/meta-labs-js@1.0.4/index.js"></script>
    <script>
      MetaLabs('dev.metalabs.io', {
        purchaseButtonId: 'purchaseButton',
        outOfStockText: 'Out Of Stock',
        inStockText: 'Purchase',
      })
    </script>
  </body>
</html>
1.0.5

3 years ago

1.0.4

3 years ago