Skip to content

Installing bundle

Danya Grachov edited this page Sep 25, 2024 · 2 revisions

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>
Clone this wiki locally