1.0.0 • Published 2 years ago

hamelyn-player-video v1.0.0

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

Hamelyn Video Player

VueJS

A modern, visual video player for Vue3. It will bring your videos to life with a customizable and powerful player!

If you have a problem, don't hesitate to create an issue :)

Install

npm install hamelyn-player-video

Global

import Vue from 'vue'
import VuePlayerVideo from 'hamelyn-player-video'

Vue.use(VuePlayerVideo, /* { default options with global component } */)

Local registration

import VuePlayerVideo from 'hamelyn-player-video'

export default {
  components: {
    VuePlayerVideo
  }
}