0.9.4 • Published 2 months ago

luma-player v0.9.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 months ago

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.

0.9.4

2 months ago

0.9.3

2 months ago

0.9.2

2 months ago

0.9.1

2 months ago

0.9.0

2 months ago