Lightweight HTML5 video and audio player component for vuejs
npm install vue-md-player

Lightweight HTML5 video and audio player component for Vue.
Vue 3
```
npm install --save vue-md-player
`vue
`
| Property | Player | Type | Default | Description |
|---------------------------|----------------|---------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| autoplay | Videocontain
Audio | Boolean | false | Play automatically as soon as it can do. |
| | Video | Boolean | false | Fit the video to container size. |crossorigin
| | Videodouble-click-fullscreen
Audio | String | - | Read on MDN |
| | Video | Boolean | false | Go to fullscreen mode by double-click on the video. |light
| | Videoloop
Audio | Boolean | false | Enable light theme. |
| | Videomuted
Audio | Boolean | false | Automatically seek back to the start upon reaching the end of the audio/video. |
| | Videoplaysinline
Audio | Boolean | false | Indicates whether the audio will be initially silenced. |
| | Video | Boolean | false | Some browsers prefer to play video in fullscreen, force them to play inline. |poster
| | Video | String | - | A URL for an image to be shown while the video is downloading. |preload
| | Videonone
Audio | String | metadata | : Indicates that the audio/video should not be preloaded.metadata: Indicates that only audio/video metadata (e.g. length) is fetched.auto: Indicates that the whole audio/video file can be downloaded, even if the user is not expected to use it. |src` | Video
|
Audio | String | - | The URL of the video or audio to embed. |