@polyv/player-module
TypeScript icon, indicating that this package has built-in type declarations

1.9.0 • Public • Published

Polyv 播放组件库

概述

该 SDK 集成了 播放相关功能模块如弹幕、防录屏、水印、跑马灯等。

使用文档

安装

npm i -S @polyv/player-module

快速接入

// 弹幕功能
import { Danmu } from '@polyv/player-module'

const container = document.querySelector('.player');
const danmu = new Danmu(container);

danmu.hide();

Readme

Keywords

Package Sidebar

Install

npm i @polyv/player-module

Weekly Downloads

2

Version

1.9.0

License

ISC

Unpacked Size

137 kB

Total Files

23

Last publish

Collaborators

  • easefun-ci
  • easefun
  • heeroluo