@oplayer/core

@oplayer/core JS library homepage @oplayer/core JS library on npm Download @oplayer/core JS library

Oh! Another HTML5 video player.

Version 1.2.38-beta.2 License MIT
@oplayer/core JS library homepage
@oplayer/core JS library on GitHub
@oplayer/core JS library on npm
Download @oplayer/core JS library
Keywords
oplayervideo-playerhtml5-player

OPlayer Core

npm npm bundle size npm dm jsdelivr

Basic

const player = OPlayer.make('#player', {
  source: {
    title: '君の名は',
    src: 'https://cdn.jsdelivr.net/gh/shiyiya/QI-ABSL@master/o/君の名は.mp4',
    poster: 'https://cdn.jsdelivr.net/gh/shiyiya/QI-ABSL@master/o/poster.png'
  }
})
  .use([OUI()])
  .create()