Banner overlay plugin for Kaltura player - displays configurable text banners with various positioning and styling options
npm install @playkit-js/banner-overlay


playkit-js-banner-overlay is a kaltura player plugin that provides the ability to display configurable text banners with various positioning and styling options (main use-cases would be disclaimers and credits).
Webpack is used to build the distro bundle and serve the local development environment.
The plugin requires [Kaltura Player] to be loaded first.
[kaltura player]: https://github.com/kaltura/kaltura-player-js
First, clone and run [yarn] to install dependencies:
[yarn]: https://yarnpkg.com/lang/en/
```
git clone https://github.com/kaltura/playkit-js-banner-overlay.git
yarn install
Then, build the plugin
`javascript`
yarn run build
Finally, add the bundle as a script tag in your page, and initialize the player
`html``
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details