Skip to content

vagnervjs/clappr

This branch is 8346 commits behind clappr/clappr:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2287ba0 Â· Jun 13, 2018
Jun 11, 2018
Jun 8, 2018
Jun 21, 2016
Mar 27, 2018
Jun 13, 2018
Jun 13, 2018
Mar 3, 2018
Jun 21, 2016
Jul 23, 2014
Jan 4, 2018
Jul 17, 2016
Apr 4, 2018
Oct 9, 2014
Mar 19, 2018
Jun 10, 2016
Aug 22, 2015
Dec 7, 2017
Mar 5, 2018
Feb 24, 2018
Feb 25, 2014
Jan 26, 2016
Feb 25, 2014
May 28, 2018
Jun 11, 2018
Apr 4, 2018
Feb 18, 2016
Mar 3, 2018
Jun 11, 2018
Dec 4, 2017
Jan 5, 2018
Dec 21, 2017
Jan 5, 2018
Apr 4, 2018
Apr 4, 2018
Apr 1, 2016

Repository files navigation

npm version Build Status Coverage Status License Greenkeeper badge



Using the Player

Add the following script on your HTML:

<head>
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"></script>
</head>

Now, create the player:

<body>
  <div id="player"></div>
  <script>
    var player = new Clappr.Player({source: "http://your.video/here.mp4", parentId: "#player"});
  </script>
</body>

Live Demo

Test it at cdn.clappr.io.

CDN

You can use the latest published version at https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js

Vendors

You can re-use some vendors used internally, for instance you can use Kibo through Clappr.Vendor.Kibo.

Status

Clappr is under heavy development but production-ready. Feel free to open issues and send us pull requests.

Sponsor

image

About

🎬 An extensible media player for the web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 5.1%
  • HTML 2.4%
  • ActionScript 2.0%
  • Shell 0.5%