
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
larkplayer-ui
Advanced tools
为 larkplayer 提供自定义样式
注意:此插件会修改 controls 方法:
*注意:此插件会新增 controlsshow controlshide 事件,用以同步控制条显隐状态
PC
MOBILE
NPM
npm install larkplayer-ui
CDN
<script src="https://unpkg.com/larkplayer-ui@latest/dist/larkplayer-ui.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>larkplayer custom style</title>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0,user-scalable=no">
</head>
<body>
<video id="video-el" src="https://baikebcs.bdimg.com/baike-other/big-buck-bunny.mp4"></video>
<script src="https://unpkg.com/larkplayer@latest/dist/larkplayer.js"></script>
<script src="https://unpkg.com/larkplayer-ui@latest/dist/larkplayer-ui.js"></script>
<script type="text/javascript">
var width = Math.min(document.body.clientWidth, 640);
var player = larkplayer('video-el', {
width: width,
height: width * 9 / 16
});
</script>
</body>
</html>
import larkplayer from 'larkplayer';
import 'larkplayer-ui';
const player = larkplayer('video-el-id');
larkplayer-ui is MIT licensed
FAQs
Custom style for larkplayer
The npm package larkplayer-ui receives a total of 5 weekly downloads. As such, larkplayer-ui popularity was classified as not popular.
We found that larkplayer-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.