0.1.3 • Published 3 years ago

videoflowonline-streamer v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

videoflowonline-streamer

Component and Example App for VideoFlowOnline Streaming.

NPM JavaScript Style Guide

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