ember-cli-plyr

0.3.0 • Public • Published

ember-cli-plyr

A simple HTML5, YouTube and Vimeo player for EmberJS.

Image of Plyr

Installation

ember install ember-cli-plyr

Usage

Video

{{video-plyr
  mp4="/path/to/video.mp4"
  webm="/path/to/video.webm"
  poster="/path/to/poster.jpg"
  captions="/path/to/captions.vtt"
}}
 

Audio

{{audio-plyr
  mp3="/path/to/audio.mp3"
  ogg="/path/to/audio.ogg"
}}
 

Youtube

{{youtube-plyr
  video_id="xyxyxyxyxyx"
}}
 

Vimeo

{{vimeo-plyr
  video_id="12121212121"
}}
 

Credits

Copyright and License

The MIT license.

Package Sidebar

Install

npm i ember-cli-plyr

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • louisr