0.0.11 • Published 6 years ago

react-light-player v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

react-light-player

react-light-player is a web video player, it is base on video tag, This project was started early 2019, more fun you will get.

Table of Contents

Quick Start

Installation

$ npm install react-light-player

Usage

<ReactLightPlayer
    title=""
    width={600}
    height={337}
    centered={false}
    autoPlay={false}
    title="pop stars"
    src='http://qiniu.sevenyuan.cn/POP_STARS.mp4'
/>

If you want to know more, please click on the link below more use

Example

import ReactLightPlayer from 'react-light-player';
class App extends Component {
  render() {
    return (
        <ReactLightPlayer
            title=""
            width={600}
            height={337}
            centered={false}
            autoPlay={false}
            title="pop stars"
            src='http://qiniu.sevenyuan.cn/POP_STARS.mp4'
        />
    )
  }
}

Contributing

react-light-player is a free and open source library, and we appreciate any help you're willing to give - whether it's fixing bugs, improving documentation, or suggesting new features. Check out the contributing guide for more!

Performance

image

License

MIT

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago