Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pong420 committed Nov 26, 2018
1 parent 3543a87 commit ccfef21
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:warning: This project is under development and not ready for proudction.

## VideoJS Plus

VideoJS Plus is an extension and skin for [video.js](https://github.com/videojs/video.js). <br>

:warning: This project is under development and not ready for proudction.

### Base Usage

[Demo](https://pong420.github.io/videojs-plus/examples/)
Expand Down Expand Up @@ -102,7 +102,8 @@ videojs.getComponent('ControlBar').prototype.options_.children = [
- [Playlist](./guide/plugins/Playlist.md)
- [Subtitles](./guide/plugins/Subtitles.md)
- [Quality](./guide/plugins/Quality.md)
- [Audio](./guide/plugins/Audio.md)
- [Quality (HLS)](./guide/plugins/QualityHls.md)
- [Audio (HLS)](./guide/plugins/Audio.md)
- [FullWindow Toggle](./guide/plugins/FullWindow.md)
- [Picture In Picture](./guide/plugins/PictureInPicture.md) ( Experimental )
- [Live](./guide/plugins/Live.md) ( Style plugins for live streaming )
Expand Down Expand Up @@ -131,8 +132,9 @@ videojs.addLanguage(language, {

## TODO

- review setting menu
- update setting menu related docs
- Review setting menu
- Update setting menu related docs
- Limit Hls quality options

<br>

Expand Down

0 comments on commit ccfef21

Please sign in to comment.