blaze-player-litee
v1.0.0
Published
A customizable HTML5 video player with modular controls and themed styling.
Maintainers
Readme
Blaze HTML5 Video Player (Lite Edition)
Features
- ✅ Play/Pause toggle
- ✅ Custom progress bar
- ✅ Time display (
currentTime / duration) - ✅ Volume control with dynamic icons
- ✅ Playback speed selector (0.5x, 1x, 2x)
- ✅ Fullscreen toggle
- ✅ keyboard Controls
- ✅ Modular: choose only the controls you want
- ✅ Simple API for controlling playback programmatically
⚠️ Don't Change the Logo
Getting Started
1.Install via npm
npm install blaze-player-vlite -g2. HTML Structure
<div id="player1" class="video-container">
<video src="video.mp4" width="640" height="360"></video>
</div>
<script src="blaze-player.js"></script>