🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@lazycatcloud/lzc-video-player

Package Overview
Dependencies
Maintainers
12
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lazycatcloud/lzc-video-player

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

latest
npmnpm
Version
0.0.72
Version published
Maintainers
12
Created
Source

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>

FAQs

Package last updated on 26 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts