0.0.24 • Published 5 days ago

@lazycatcloud/lzc-video-player v0.0.24

Weekly downloads
-
License
ISC
Repository
-
Last release
5 days ago

lzc-video-player

<script setup lang="ts">
import { LzcVideoPlayer } from "@lazycatcloud/lzc-video-player";
function onBack() {
  console.log("onback");
}
function onInit(player: any) {
  console.log("player: ", player);
}

const options: any = {
  showTopBar: false,
};
</script>

<template>
  <LzcVideoPlayer
    :style="{
      height: '100%',
      width: '100%',
    }"
    @onback="onBack"
    @onInit="onInit"
    :options="options"
  ></LzcVideoPlayer>
</template>
0.0.24

5 days ago

0.0.23

2 months ago

0.0.22

2 months ago

0.0.20

3 months ago

0.0.21

3 months ago

0.0.19

3 months ago

0.0.17

3 months ago

0.0.18

3 months ago

0.0.16

4 months ago

0.0.15

4 months ago

0.0.14

4 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.12

4 months ago

0.0.13

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago