1.9.0 • Published 1 year ago

@polyv/player-module v1.9.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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();
1.9.0

1 year ago