Skip to content

leandromoreira/plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

Building:

$ npm install
$ npm run build

Usage

You can use if from JSDelivr https://cdn.jsdelivr.net/<YOUR-MODULE>/latest/<PLUGIN-NAME>.min.js or npm package.

<script>
    var player = new Clappr.Player({
      parentId: '#player',
      plugins: [<PLUGIN-MODULE-NAME>],
      source: 'http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4',
      height: 360,
      width: 640,
    })
</script>

About

A clappr plugin template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published