Skip to content

Commit

Permalink
docs(readme): add packages table
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed May 8, 2024
1 parent a656903 commit 8a40c30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# media-elements

A collection of HTMLMediaElement compatible elements and add-ons.

| Name | Description |
| ----------------------------------------------------- | -------------------------------------------------------------------------- |
| [custom-media-element](packages/custom-media-element) | A custom element for extending the native elements `<audio>` or `<video>`. |
| [media-tracks](packages/media-tracks) | Polyfill audio and video tracks with renditions. |
| [castable-video](packages/castable-video) | Cast your video element to the big screen with ease! |
| [hls-video](packages/hls-video-element) | A custom video element for HLS.js. |
| [dash-video](packages/dash-video-element) | A custom video element for Dash.js. |
| [youtube-video](packages/youtube-video-element) | A custom video element for YouTube Player. |
| [vimeo-video](packages/vimeo-video-element) | A custom video element for Vimeo Player. |
| [videojs-video](packages/videojs-video-element) | A custom video element for Video.js. |
| [spotify-audio](packages/spotify-audio-element) | A custom audio element for Spotify Player. |
| [wistia-video](packages/wistia-video-element) | A custom video element for Wistia Player. |
| [jwplayer-video](packages/jwplayer-video-element) | A custom video element for JW Player. |
| [cloudflare-video](packages/cloudflare-video-element) | A custom video element for Cloudflare Stream. |

0 comments on commit 8a40c30

Please sign in to comment.