Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-Alipour committed Dec 15, 2021
1 parent fcb88c6 commit 45e2295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Event | param | Description | Example
`ShufflePlay` | () | play a random track of your tracks list | player.ShufflePlay()
`setIsShuffleList` | (shuffle: boolean) | the all player action will be random </br> `next` `prev` `ended` | player.setIsShuffleList((isShuffle) => !isShuffle)
`setIsMute` | (mute: boolean) | mute or umute the player | player.setIsMute((isMute) => !isMute)
`forward` | () | forward to 5s later | player.forward()
`backward` | () | backward to 5s before | player.backward()
</br>
</br>
Expand Down

0 comments on commit 45e2295

Please sign in to comment.