super-media-element
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "super-media-element", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Helps you create a custom element w/ a HTMLMediaElement API.", | ||
@@ -23,3 +23,3 @@ "type": "module", | ||
"dev": "esbuild index.js --bundle --outdir=dist --servedir=.", | ||
"build": "rm -rf dist && esbuild index.js --target=es2019 --format=esm --bundle --minify --outdir=dist" | ||
"build": "esbuild index.js --target=es2019 --format=esm --bundle --minify --outdir=dist" | ||
}, | ||
@@ -31,3 +31,2 @@ "devDependencies": { | ||
"eslint": "^8.17.0", | ||
"np": "^7.5.0", | ||
"prettier": "^2.6.2" | ||
@@ -34,0 +33,0 @@ }, |
@@ -77,3 +77,4 @@ # Super Media Element | ||
- [`<hls-video>`](https://github.com/muxinc/hls-video-element) A web component for playing HTTP Live Streaming (HLS) videos. | ||
- [`<videojs-video>`](https://github.com/luwes/videojs-video-element) A web component for Video.js. | ||
- [`castable-video`](https://github.com/muxinc/castable-video) Cast your video element to the big screen with ease! | ||
- [`<mux-player>`](https://github.com/muxinc/elements/tree/main/packages/mux-player) The official Mux-flavored video player web component. |
22803
5
80