-
Notifications
You must be signed in to change notification settings - Fork 0
Installing bundle
Danya Grachov edited this page Sep 25, 2024
·
2 revisions
- 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>