# npm_module_react_video_content_youtube

> Optimization YouTube video on page

## Demo
[Demo website](https://octanium91.github.io/p/optimization-video/react-demo/)<br />
Press `Optimized` for loading optimized version, press `No optimized` for loading not optimized version.

[![NPM](https://img.shields.io/npm/v/react-video-content-youtube.svg)](https://www.npmjs.com/package/react-video-content-youtube) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-video-content-youtube
```

## Usage

```jsx
import React, { Component } from 'react'

import VideoContentYT from 'react-video-content-youtube';

class Example extends Component {
  render() {
    return <VideoContentYT src="LXb3EKWsInQ" params={{autoPlay: true}}/>
  }
}
```

## License

GPL-3.0 © [Octanium91](https://github.com/Octanium91)
