[](https://github.com/kaltura/playkit-js-skip/actions/workflows/run_canary_full_flow.yaml) [



PlayKit JS Skip is written in [ECMAScript6], statically analysed using [Flow] and transpiled in ECMAScript5 using [Babel].
[flow]: https://flow.org/
[ecmascript6]: https://github.com/ericdouglas/ES6-Learning#articles--tutorials
[babel]: https://babeljs.io
[kaltura player js]: https://github.com/kaltura/kaltura-player-js
The plugin requires [Kaltura Player JS] to be loaded first.
First, clone and run [yarn] to install dependencies:
[yarn]: https://yarnpkg.com/lang/en/
```
git clone https://github.com/kaltura/playkit-js-skip.git
cd playkit-js-skip
yarn install
Then, build the player
`javascript`
yarn run build
Finally, add the bundle as a script tag in your page, and initialize the player
> Note: The config can be supplied in two ways:
>
* Globally - In the Plugin level (and will apply globally for all entries) or
* Specifiably In the Media / Entry level:
` Tests can be run locally via [Karma], which will run on Chrome, Firefox and Safari [karma]: https://karma-runner.github.io/1.0/index.html You can test individual browsers: We use ESLint recommended set with some additions for enforcing [Flow] types and other rules. See ESLint config for full configuration. We also use .editorconfig to maintain consistent coding styles and settings, please make sure you comply with the styling. Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. We use SemVer for versioning. For the versions available, see the tags on this repository. This project is licensed under the AGPL-3.0 License - see the LICENSE.md file for detailshtml
``Running the tests
`
yarn run test```
yarn run test:chrome
yarn run test:firefox
yarn run test:safari$3
Contributing
Versioning
License