Skip to content

Commit b0e1b30

Browse files
committed
feat: v0.1.5 support silent mode
1 parent 5c73e6c commit b0e1b30

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The link `https://reader.guru/medias/How-Long-Will-I-Love-You.mp3` has been conf
7575
|meterWidth|width of meters|number|2|false|
7676
|meterColor|color of meters|string/array|[{stop: 0, color: '#f00'},{stop: 0.5, color: '#0CD7FD'},{stop: 1, color: 'red'}]|false|
7777
|gap|gap between meters|number|10|false|
78+
|silent|if play the audio in silent mode |boolean|false|false|
7879
## Install
7980
```
8081
yarn add react-audio-spectrum --save

docs/index.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"access": "public"
5858
},
5959
"license": "MIT",
60-
"homepage": "https://unpkg.com/[email protected].4/build/index.html"
60+
"homepage": "https://unpkg.com/[email protected].5/build/index.html"
6161
}

0 commit comments

Comments
 (0)