react-animated-waves 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
  **React Animated Waves** is a React component that generates beautiful animated waves for audio visualizations or UI loading states.
13
13
 
14
+ https://github.com/agrawal-rohit/react-animated-waves/assets/29514438/2948ec93-6f38-49f4-bee4-85ad44ddbc49
15
+
14
16
  ## Table of Contents
15
17
 
16
18
  1. [Installation](#installation)
@@ -37,7 +39,7 @@ yarn add react-animated-waves
37
39
 
38
40
  ## Usage
39
41
 
40
- To use **React Animated Waves** in your project, import the `Waves` component from the library and use it in your React app. Check out an interactive demo [here](https://codesandbox.io/p/sandbox/react-animated-waves-example-skhlh4).
42
+ To use **React Animated Waves** in your project, import the `Waves` component from the library and use it in your React app. Check out an interactive demo [here](https://codesandbox.io/p/sandbox/react-animated-waves-example-6z9hlh).
41
43
 
42
44
  ```jsx
43
45
  import Waves from "react-animated-waves";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-animated-waves",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A React component for creating beautiful audio visualizations or UI loading states using animated waves",
5
5
  "main": "dist/index.min.js",
6
6
  "module": "dist/index.es.js",