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

0.0.29 • 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>

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @lazycatcloud/lzc-video-player

      Weekly Downloads

      12

      Version

      0.0.29

      License

      ISC

      Unpacked Size

      3.78 MB

      Total Files

      54

      Last publish

      Collaborators

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