Skip to content

Commit

Permalink
[update]: doc was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-Alipour committed Oct 23, 2023
1 parent e9c2830 commit a917671
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ or
step='1'
min='0'
max='100'
onChange={(e) => player.setVolume(e.target.value)}
onChange={(e) => player.setVolume(+e.target.value)}
/>
<button onClick={() => player.mute()}>mute<button/>
<button onClick={() => player.unmute()}>unmute<button/>
<button onClick={() => player.mute()}>mute</button>
<button onClick={() => player.unmute()}>unmute</button>
</>
)
}
Expand Down Expand Up @@ -173,7 +173,9 @@ Event | param | Description | Example
</br>
</br>
### Fix Player Start by itself : </br>
### Fix Browser Condition :
browsers don't give access to play sound without at least one user interaction with website <br/>
<img width="798" alt="242920537-9cedf5bb-ad7e-4488-aa03-29765826182b" src="https://github-production-user-asset-6210df.s3.amazonaws.com/73488911/267464235-98384f28-a7f8-440b-9c2c-6745bfe9135a.png">
Expand Down

0 comments on commit a917671

Please sign in to comment.