schild-video-player
v1.1.4
Published
Video player web component using HTML Templates , Shadow Dom and Custom Element
Readme
Schild-video-player
Video player web component using HTML Templates , Shadow Dom and Custom Element
Demo
Installation
npm i schild-video-playerImport the package
import "schild-video-player"Use it
<schild-video-player height="500px" width="90%">
<video>
<source src="">
</video>
</schild-video-player>