Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squirrel-forge/ui-video
An accessible video player with events and plugin support, made for the browser and babel compatible.
https://github.com/squirrel-forge/ui-video
babel browser custom-events plugins responsive ui video
Last synced: 5 days ago
JSON representation
An accessible video player with events and plugin support, made for the browser and babel compatible.
- Host: GitHub
- URL: https://github.com/squirrel-forge/ui-video
- Owner: squirrel-forge
- License: mit
- Created: 2022-07-10T23:08:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T23:26:31.000Z (about 2 years ago)
- Last Synced: 2024-11-02T04:33:40.741Z (12 days ago)
- Topics: babel, browser, custom-events, plugins, responsive, ui, video
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @squirrel-forge/ui-video
An accessible video player with events and plugin support, made for the browser and babel compatible.## Installation
```
npm i @squirrel-forge/ui-video
```## Usage
```
import { Class, function } from '@squirrel-forge/ui-video';
```## Documentation
The documentation is also included in the package.### Table of contents
Package contents listing by namespace.- [Video](docs/Video.md)
- [UiVideoComponent](docs/Video.md#uivideocomponent)
- [Plugins](docs/Plugins.md)
- [UiVideoPluginFullscreen](docs/Plugins.md#uivideopluginfullscreen)
- [UiVideoPluginProgress](docs/Plugins.md#uivideopluginprogress)
- [UiVideoPluginResponsive](docs/Plugins.md#uivideopluginresponsive)
- [UiVideoPluginSound](docs/Plugins.md#uivideopluginsound)
- [UiVideoPluginTracking](docs/Plugins.md#uivideoplugintracking)## Issues and docs
If you encounter any issues, please report [here](https://github.com/squirrel-forge/ui-video/issues).---
Check the sourcecode on [github](https://github.com/squirrel-forge/ui-video) for detailed comments.