me-vp
v1.1.2
Published
change the default style of the video player
Downloads
36
Maintainers
Readme
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-vpGetting 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
);Screenshots




