0.1.1 • Published 7 years ago

ember-cli-clappr v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

ember-cli-clappr

A simple wrapper to Clappr video player. For more information about Clappr, please visit https://github.com/clappr/clappr.

Installation

ember install ember-cli-clappr

Usage

{{clappr-player source="your_video_here.mp4"}}

Availabe Actions

  • onReady
  • onResize
  • onPlay
  • onPause
  • onStop
  • onEnded
  • onSeek
  • onError
  • onTimeUpdate
  • onVolumeUpdate:function
{{clappr-player source="your_video_here.mp4" onPlay=(action 'onPlay')}}

Example

Please, see ember-cli-clappr-example

More about Clappr

Contribute

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-clappr
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

0.1.1

7 years ago

0.1.0

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago