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
- Host: GitHub
- URL: https://github.com/jplayer/react-jplayer-utils
- Owner: jplayer
- Created: 2017-05-29T11:11:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T15:40:44.000Z (over 7 years ago)
- Last Synced: 2025-05-02T15:02:15.371Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.