0.6.13 • Published 5 months ago

shaka-video-element v0.6.13

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

<shaka-video>

NPM Version NPM Downloads jsDelivr hits (npm) npm bundle size

A custom element for Shaka Player with an API that matches the <video> API.

Example

<script type="module" src="https://cdn.jsdelivr.net/npm/shaka-video-element@0/+esm"></script>
<shaka-video controls src="https://stream.mux.com/r4rOE02cc95tbe3I00302nlrHfT023Q3IedFJW029w018KxZA.m3u8"></shaka-video>

Install

First install the NPM package:

npm install shaka-video-element

Import in your app javascript (e.g. src/App.js):

import 'shaka-video-element';

Optionally, you can load the script directly from a CDN using jsDelivr:

<script type="module" src="https://cdn.jsdelivr.net/npm/shaka-video-element@0/+esm"></script>

This will register the custom elements with the browser so they can be used as HTML.

Related

0.6.10

7 months ago

0.6.12

7 months ago

0.6.11

7 months ago

0.6.7

8 months ago

0.6.9

8 months ago

0.6.8

8 months ago

0.6.13

5 months ago

0.6.6

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.6.1

1 year ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago