Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eplayer

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eplayer

A simple html5 video player

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
224
Maintainers
1
Weekly downloads
 
Created
Source

eplayer logo

NPM version NPM downloads

eplayer

:dart: A simple and lovely html5 video player

Install
npm i eplayer -S
Use

dom:

<div id=player></div>

js:

import Eplayer from 'eplayer'

const el = document.getElementById('player')

new Eplayer(el, {
  src: '001.mp4',
  themeColor: '#000'
})

if m3u8 need supported,please install hls.js first

npm i hls.js -S

and hls value turns to true

new Eplayer(el, {
  src: '002.m3u8',
  hls: true
})

development

yarn start
Screenshot

free eplayer

FAQs

Package last updated on 15 Sep 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc