Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stroeer/stroeer-videoplayer-ivad-ui
Default UI for the IVAD Plugin
https://github.com/stroeer/stroeer-videoplayer-ivad-ui
Last synced: about 2 months ago
JSON representation
Default UI for the IVAD Plugin
- Host: GitHub
- URL: https://github.com/stroeer/stroeer-videoplayer-ivad-ui
- Owner: stroeer
- Created: 2021-08-18T09:40:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:11:35.000Z (3 months ago)
- Last Synced: 2024-11-08T02:20:00.165Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 28 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ströer Videoplayer Default UI
=============================## Development
Install via dependencies via `yarn --dev`.
Build via `yarn run build`. Lint via `yarn run lint`. Test via `yarn run test`.
See coverage with `yarn run test --coverage`.
## Events
- fullscreen
- exitFullscreen
- UIPlay (currentTime)
- UIIVADPlay (currentTime)
- UIIVADResume (currentTime)
- UIPause (currentTime)
- UIIVADPause (currentTime)
- UIMute (currentTime)
- UIIVADMute (currentTime)
- UIUnmute (currentTime)
- UIIVADUnmute (currentTime)
- UIEnterFullscreen (currentTime)
- UIIVADEnterFullscreen (currentTime)
- UIExitFullscreen (currentTime)
- UIIVADExitFullscreen (currentTime)
- UIVolumeChangeStart (volume, currentTime)
- UIIVADVolumeChangeStart (volume, currentTime)
- UIVolumeChangeEnd (volume, currentTime)
- UIIVADVolumeChangeEnd (volume, currentTime)