8000 GitHub - tooldigital/alpha-video
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tooldigital/alpha-video

Folders and files

Name< 8000 /th>Name
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpha-video

Alpha video player component.

Using it

The component behaves like a normal video element, so you can assign the src as either an attribute, or with child source elements.

<alpha-video src='vid.mp4'></alpha-video>

<alpha-video>
    <source src='vid.webm' type='video/webm'>
    <source src='vid.mp4' type='video/mp4'>
</alpha-video>

Development

Releases

No releases published

Packages

No packages published
0