1.0.9 • Published 6 months ago
me-vp v1.0.9
ITI-Typescript-Video-Player
customizable video player
Features
- Loader
- Mute
- Play/Pause
- Time slider
- Timer
- Steps
- Theme
- npm package
Demo
ITI-Typescript-Video-Player Demo
Installation
Install my-project with npm
npm install me-vp
Getting started
<div id="container"></div>
import MEVP from "./node_modules/me-vp/index.js";
const videoPlayer = new MEVP(
"container",
"video.mp4",
"100%",
2,
{ color: "orange", backgroundColor: "black", accent: "orange" }
);
const videoPlayer1 = new MEVP(
"container",
"video.mp4",
"100%",
4
);