An open API service indexing awesome lists of open source software.

https://github.com/jplayer/react-jplayer-utils

Utils for react-jPlayer and add-ons
https://github.com/jplayer/react-jplayer-utils

Last synced: about 1 year ago
JSON representation

Utils for react-jPlayer and add-ons

Awesome Lists containing this project

README

          

# react-jPlayer-Utils
This package mainly exists to just provide utility functions that are shared internally between react-jPlayer and add-ons such as react-jPlaylist. You probably won't need any utility function in this package.

### Installation
#### NPM
`npm install --save react-jplayer-utils`

#### UMD
The recommended way to use this package is through npm and webpack. However if you insist on including the .js manually then both the unminified and minified versions are available from the `/dist/` folder.

This module is exported to a variable called `ReactJPlayerUtils`.