1.1.4 • Published 6 years ago

media-player-controls v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Custom HTML Video/Audio Controls

Importing

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/media-player-controls@1.1.1/dist/media-player-controls.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install media-element-controls --save
  • Put a script tag similar to this <script src='node_modules/media-player-controls/dist/media-element-controls.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Using

    <media-element-controls masterElement="{ YOUR VIDEO/AUDIO COMPONENT AS ELEMENT HERE }"></media-element-controls>
1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4-2

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2-8

6 years ago

1.0.2-7

6 years ago

1.0.2-6

6 years ago

1.0.2-5

6 years ago

1.0.2-4

6 years ago

1.0.2-3

6 years ago

1.0.2-2

6 years ago

1.0.2-1

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago