ez-vid-ang 22.0.4 → 22.0.5
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 +2 -0
- package/fesm2022/ez-vid-ang.mjs +496 -38
- package/fesm2022/ez-vid-ang.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ez-vid-ang.d.ts +182 -3
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ Highly configurable, performant and easy-to-use Angular component library for vi
|
|
|
16
16
|
⌨️ **Keyboard shortcuts overlay** – Press `?` to show all shortcuts, auto-integrated<br/>
|
|
17
17
|
💾 **Configuration storage** – Persist user preferences (volume, speed, loop, cinema mode) to localStorage<br/>
|
|
18
18
|
🎬 **Cinema mode** – Dim the page and focus on the video<br/>
|
|
19
|
+
🖼️ **Thumbnail preview** – Hover the scrub bar to see video frame thumbnails via VTT sprite sheets<br/>
|
|
20
|
+
📺 **Remote playback** – Cast to ChromeCast or AirPlay with one click, auto-hides when no devices available<br/>
|
|
19
21
|
|
|
20
22
|
## Example project
|
|
21
23
|
|