0.0.7 • Published 4 years ago

ext-video v0.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Ext Video Web Component

An attempt at making a better video element that can play HLS and Dash videos.

https://smithaf.github.io/ext-video/index.html

How to use

Import the module through JavaScript or HTML.

import 'ext-video'
<script src="ext-video"></script>

Doing this will register the web component.

Then to use it, set the is attribute on a video element

<video is="ext-video" src="file.m3u8">
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago