Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.03 KB

videoplayer

made for: fun language: javascript made in: 2015
An improved video player using native JavaScript.


Live demo

See the project here: jclerc.github.io/videoplayer

Features

  • Native JavaScript using prototypes
  • Ambient light depending on main color of video
  • Generate thumbnails for seeking preview
  • Icons using CSS (no svg/img)

Stack used

  • HTML 5 / CSS 3
  • JavaScript ES5

Getting started

Requirements

  • None

Installation

git clone https://github.com/jclerc/videoplayer.git
cd videoplayer
open index.html