Installing bundle - wiresnchains/wave GitHub Wiki

Installing bundle

  • Head over to the releases page.
  • Download the latest version of the library
  • Place the wave.js script in the directory within the scope of your website
  • Include the script before other scripts and after declaring elements in your web-page using
<body>
    <!-- Your page -->

    <script src="scripts/wave.js" type="text/javascript"></script> <!-- Make sure to verify the path here -->
    <!-- Other scripts -->
</body>
⚠️ **GitHub.com Fallback** ⚠️