Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 460 Bytes

Clappr Playback Speed Plugin

Plugin for Clappr

Requirements

Development

yarn install
yarn dev

Usage

new Clappr.Player({
  source: "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4",
  poster: "https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/HelloWorld.svg/512px-HelloWorld.svg.png",
  parentId: "#player",
  ...
  plugins: [PlaybackSpeedPlugin]
});

Support

Contributing