文件名称:Lion Player - 由 VideoJS 提供支持的开源 React 视频播放器
文件大小:348KB
文件格式:ZIP
更新时间:2024-06-28 08:16:35
Audio / Video
Lion-player 由 VideoJS 提供支持的开源 React 视频播放器 目录 安装设置 使用 作者 更改日志 许可证安装 该库可通过 npm 注册表获得。 NPM $ npm -i lion-player Yarn $ yarn add lion-player Setup 首先导入库开始使用它。 CommonJS const LionPlayer = require('lion-player'); 或 ES6 import { LionPlayer } from 'lion-player'; LionPlayer 组件需要以下 CSS 来设置样式:使用链接标签 使用 import import 'lion-player/dist/lion-skin.min.css'; 通过 Lion Player 播放视频 import { LionPlayer } from 'lion-player'; const SOURCES = [ { src: 'https://bitmovin-a.akamaihd.net/content/playhouse-vr/m3u8s/105560.m
【文件预览】:
lion-player-master
----example()
--------package.json(742B)
--------index.html(331B)
--------tsconfig.json(458B)
--------index.tsx(960B)
--------.gitignore(48B)
--------yarn.lock(500KB)
----package.json(2KB)
----.github()
--------workflows()
----test()
--------index.test.tsx(1KB)
----LICENSE(1KB)
----src()
--------hooks()
--------constants()
--------themes()
--------index.tsx(1KB)
--------types()
--------utils()
----.eslintrc.js(1KB)
----tsconfig.json(582B)
----.gitignore(41B)
----README.md(4KB)
----yarn.lock(342KB)
----tsdx.config.js(469B)