luma-player
v0.9.5
Published
Custom Multimedia Player for Vue
Downloads
89
Maintainers
Readme
Luma Player
Note: This npm package needs one of these dependencies: vue >= v3.2
or @vue/composition-api >= v1.1
as it
uses @vueuse/core
in the background
Installing
Installing the Luma Player is as simple as running npm install luma-player
, as you are used to :)
Usage
Import the CSS in your App.vue
:
import "luma-player/dist/style.css";
And start using the Component where ever you like:
import LumaPlayer from "luma-player";
Key Features
- Built specifically for Vue, no weird
onMounted
shenanigans - Highly reactive
- Lightweight
- Covers most edge cases
Documentation
You can find the full documentation on the dedicated documentation page alongside some interactive examples
Contribution
If you would like to contribute to this project feel free to take a look at the open issues or throw some of your ideas where this could go into there.