0.1.2 • Published 3 years ago

ooyala-player-component v0.1.2

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

ooyala-player-component

npm CI

Usage

<ooyala-player-component
  container-id="container"
  embed-code="Y1ZHB1ZDqfhCPjYYRbCEOz0GR8IsVRm1"
  player-branding-id="d70e58f6e29446e883095e2f8abfca8b"
  provider-code="c0cTkxOqALQviQIGAHWY5hP0q9gU">
  <div id="container">Loading player...</div>
</ooyala-player-component>

Development

Deploy

git clone https://github.com/loginov-rocks/ooyala-player-component.git
cd ooyala-player-component
npm install

Run

npm start

Test

npm test

Continuously

npm run test:watch

Build

npm run build