@streamslice/widget 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.
- package/README.md +1 -3
- package/dist/streamslice.esm.js +1 -1
- package/dist/streamslice.esm.min.js +1 -1
- package/dist/streamslice.js +1 -1
- package/dist/streamslice.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
# Widget
|
|
2
2
|
|
|
3
|
-
A floating video player library
|
|
3
|
+
A floating video player library for embedding live streams on any website.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
7
|
- Draggable and resizable floating window
|
|
8
|
-
- Amazon IVS Player integration for HLS streams
|
|
9
8
|
- Automatic playlist fetching by page URL
|
|
10
9
|
- Playback controls (play/pause, volume, quality, fullscreen)
|
|
11
10
|
- Dark and light themes
|
|
12
11
|
- TypeScript support
|
|
13
|
-
- Lightweight with no external dependencies (except IVS SDK)
|
|
14
12
|
|
|
15
13
|
## Installation
|
|
16
14
|
|
package/dist/streamslice.esm.js
CHANGED
package/dist/streamslice.js
CHANGED
package/dist/streamslice.min.js
CHANGED
package/package.json
CHANGED