@lazycatcloud/lzc-video-player
TypeScript icon, indicating that this package has built-in type declarations

0.0.25 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @lazycatcloud/lzc-video-player

Weekly Downloads

44

Version

0.0.25

License

ISC

Unpacked Size

3.35 MB

Total Files

54

Last publish

Collaborators

  • sugartoys
  • hanzhenfang
  • d1y
  • tzmax
  • squarefong
  • 178me
  • evanmeek
  • caozhenxiang
  • jeesk
  • luhuaei
  • fkxxyz
  • cursorzz
  • snyh