New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

me-vp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

me-vp

change the default style of the video player

latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

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
);

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

NPM

me-vp

Keywords

video

FAQs

Package last updated on 16 Jul 2025

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