1.1.4 • Published 5 years ago

media-player-controls v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4-2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2-8

5 years ago

1.0.2-7

5 years ago

1.0.2-6

5 years ago

1.0.2-5

5 years ago

1.0.2-4

5 years ago

1.0.2-3

5 years ago

1.0.2-2

5 years ago

1.0.2-1

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago