Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
artplayer-plugin-danmuku
Advanced tools
Danmuku plugin for ArtPlayer
Checkout the demo from Github Pages
Install with npm
$ npm install artplayer-plugin-danmuku
Or install with yarn
$ yarn add artplayer-plugin-danmuku
import artplayerPluginDanmuku from 'artplayer-plugin-danmuku';
Or umd builds are also available
<script src="artplayer-plugin-danmuku.js"></script>
Will expose the global variable to window.artplayerPluginDanmuku
.
var art = new Artplayer({
container: '.artplayer-app',
url: 'path/to/video.mp4',
plugins: [
artplayerPluginDanmuku({
danmuku: [
{
text: '666', // Danmu text
time: 5, // Video time
color: '#fff', // Danmu color
border: false, // Danmu border
mode: 0, // Danmu mode: 0-scroll or 1-static
},
], // Can be an array or return the promised function or danmuku xml url
speed: 5, // Animation time
opacity: 1, // Opacity
color: '#fff', // Font color
size: 25, // Font size
maxlength: 50, // The maximum number of words in the danmu
margin: [10, 20], // Margin top and margin bottom
synchronousPlayback: false, // Synchronous playback speed
}),
],
});
// Send a new danmu
art.plugins.artplayerPluginDanmuku.emit({
text: '666', // Danmu text
time: 5, // Video time
color: '#fff', // Danmu color
size: 25, // Danmu size
border: false, // Danmu border
mode: 0, // Danmu mode: 0-scroll or 1-static
});
// Hide the danmu
art.plugins.artplayerPluginDanmuku.hide();
// Show the danmu
art.plugins.artplayerPluginDanmuku.show();
// Returns whether to hide the danmu
art.plugins.artplayerPluginDanmuku.isHide;
// Config danmu dynamically
art.plugins.artplayerPluginDanmuku.config({
// option
});
MIT © Harvey Zack
FAQs
Danmuku plugin for ArtPlayer
The npm package artplayer-plugin-danmuku receives a total of 451 weekly downloads. As such, artplayer-plugin-danmuku popularity was classified as not popular.
We found that artplayer-plugin-danmuku demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.