Skip to content

Commit fdf7117

Browse files
committed
-WasmJs Support
1 parent 3fc3b98 commit fdf7117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ MediaPlayer-KMP is a Kotlin Multiplatform (KMP) library that allows you to displ
2727
- **YouTube Video Playback:** Easily load and play YouTube videos with minimal setup.
2828
- **Audio Player Playback:** Easily load and play Audios with minimal setup.
2929
- **Event Handling:** Provides callbacks and event listeners for video playback actions and events.
30+
- **Streaming Support:** Provides Streaming Support For the Video and Audio Links.
31+
- **AutoPlay:** AutoPlayer Support Implementation.
3032

3133
## Future Plans
3234
- **Desktop Playback Support**.
@@ -41,7 +43,7 @@ You can include MediaPlayer-KMP in your project by adding the following dependen
4143
**Version Catelog**
4244
```
4345
[versions]
44-
mediaPlayerKMP = "2.0.3"
46+
mediaPlayerKMP = "2.0.4"
4547
4648
[libraries]
4749
alert-kmp = { module = "io.github.khubaibkhan4:mediaplayer-kmp", version.ref = "mediaPlayerKMP" }
@@ -50,7 +52,7 @@ alert-kmp = { module = "io.github.khubaibkhan4:mediaplayer-kmp", version.ref = "
5052

5153

5254
```groovy
53-
implementation("io.github.khubaibkhan4:mediaplayer-kmp:2.0.3")
55+
implementation("io.github.khubaibkhan4:mediaplayer-kmp:2.0.4")
5456
```
5557

5658

0 commit comments

Comments
 (0)