An open API service indexing awesome lists of open source software.

https://github.com/lucaslixo/web-video-player

Web Video Player is a lightweight and customizable app that allows you to easily display and control videos on your web page.
https://github.com/lucaslixo/web-video-player

javascript player-video web

Last synced: 4 months ago
JSON representation

Web Video Player is a lightweight and customizable app that allows you to easily display and control videos on your web page.

Awesome Lists containing this project

README

          

# Web Video Player

## Video Player for Web

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/LucasLixo/Web-Video-Player?color=black&label=Stable&logo=github)](https://github.com/LucasLixo/Web-Video-Player/releases/latest/)
[![GitHub all releases](https://img.shields.io/github/downloads/LucasLixo/Web-Video-Player/total?label=Downloads&logo=github)](https://github.com/LucasLixo/Web-Video-Player/releases/)
[![GitHub Repo stars](https://img.shields.io/github/stars/LucasLixo/Web-Video-Player?style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIC05NjAgOTYwIDk2MCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Im0zNTQtMjQ3IDEyNi03NiAxMjYgNzctMzMtMTQ0IDExMS05Ni0xNDYtMTMtNTgtMTM2LTU4IDEzNS0xNDYgMTMgMTExIDk3LTMzIDE0M1pNMjMzLTgwbDY1LTI4MUw4MC01NTBsMjg4LTI1IDExMi0yNjUgMTEyIDI2NSAyODggMjUtMjE4IDE4OSA2NSAyODEtMjQ3LTE0OUwyMzMtODBabTI0Ny0zNTBaIiBzdHlsZT0iZmlsbDogcmdiKDI0NSwgMjI3LCA2Nik7Ii8%2BCjwvc3ZnPg%3D%3D&color=%23f8e444)](https://github.com/LucasLixo/Web-Video-Player/stargazers)
[![Telegram Channel](https://img.shields.io/badge/Telegram-LucasLixo-blue?style=flat&logo=telegram)](https://t.me/LukasAngo)

  |   
wvp.css
  |   
wvp.js
  |   

## 📖 Features

- Fast
- Native tags
- Maximum compatibility with javascript 'es2015'

### How to use?

- [Example in example/index.html](./example/index.html)
- Styles

```html

```
- Javascript

```html


document.addEventListener('DOMContentLoaded', function () {
const simpleVideoPlayer = new WVP({
/* Options default (Options) */
autoplay: false, // Autoplay video
volume: 1.0, // 0.0 - 1.0
currentTime: 0, // Initial time in seconds
});
});

```

## 📱 Screenshots


Screenshot 1

## ⬇️ Download

- Download the latest stable version from [GitHub releases](https://github.com/LucasLixo/Web-Video-Player/releases/latest)
- Install the [pre-release](https://github.com/LucasLixo/Web-Video-Player/releases/) versions to help us test out new features & changes

## 💬 Contact

Join our [Telegram Channel](https://t.me/LukasAngo)

## ⭐️ Star History

[![Star History Chart](https://api.star-history.com/svg?repos=LucasLixo/Web-Video-Player&type=Timeline)](https://star-history.com/#LucasLixo/Web-Video-Player&Timeline)

## 📃 License

[![GitHub](https://img.shields.io/github/license/LucasLixo/Web-Video-Player?style=for-the-badge)](https://github.com/LucasLixo/Web-Video-Player/blob/main/LICENSE)

## 🧱 [Credits](./package.json)

>[!Warning]
>
>autoprefixer,
>cssnano,
>esbuild,
>postcss,
>postcss-cli,
>postcss-import,
>typescript.

👆 Scroll to top