Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 377 Bytes

Danmaku Plugins For JW Player

Secreenshot

Usage

<div id="boamganteng"></div>
<script>
jwplayer("boamganteng").setup({
    file: "/uploads/example.mp4",
    image: "/uploads/example.jpg",
    plugins: {
        "/plugins/danmaku.js": {
           danmaku: true,
        }
    }
});
</script>