videoflowonline-streamer
v0.1.3
Published
Video FLow Online Streamer
Downloads
3
Readme
videoflowonline-streamer
Component and Example App for VideoFlowOnline Streaming.
Build and Run
cd .
yarn && yarn start
and
cd example
yarn
yarn start
App Install
npm install --save videoflowonline-streamer
Usage
import React, { Component } from 'react'
import MyComponent from 'videoflowonline-streamer'
import 'videoflowonline-streamer/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © MS-hack