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.
- Host: GitHub
- URL: https://github.com/lucaslixo/web-video-player
- Owner: LucasLixo
- License: mit
- Created: 2023-07-06T13:32:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T13:35:54.000Z (over 1 year ago)
- Last Synced: 2024-11-08T14:33:01.010Z (over 1 year ago)
- Topics: javascript, player-video, web
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Video Player
## Video Player for Web
[](https://github.com/LucasLixo/Web-Video-Player/releases/latest/)
[](https://github.com/LucasLixo/Web-Video-Player/releases/)
[](https://github.com/LucasLixo/Web-Video-Player/stargazers)
[](https://t.me/LukasAngo)
## 📖 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
## ⬇️ 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
[](https://star-history.com/#LucasLixo/Web-Video-Player&Timeline)
## 📃 License
[](https://github.com/LucasLixo/Web-Video-Player/blob/main/LICENSE)
## 🧱 [Credits](./package.json)
>[!Warning]
>
>autoprefixer,
>cssnano,
>esbuild,
>postcss,
>postcss-cli,
>postcss-import,
>typescript.