- Fast
- Native tags
- Maximum compatibility with javascript 'es2015'
<link rel="stylesheet" href="../dist/wvp.css" type="text/css">
- Javascript
<script src="../dist/wvp.js" type="application/javascript"></script>
<script type="application/javascript" defer>
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
});
});
</script>
- Download the latest stable version from GitHub releases
- Install the pre-release versions to help us test out new features & changes
Join our Telegram Channel
🧱 Credits
Warning
autoprefixer, cssnano, esbuild, postcss, postcss-cli, postcss-import, typescript.