@mux-elements/playback-core

Core library for media playback in the browser shared by mux elements

Usage no npm install needed!

<script type="module">
  import muxElementsPlaybackCore from 'https://cdn.skypack.dev/@mux-elements/playback-core';
</script>

README

Playback Core

This is a collection of utility functions directly related to the playback and Mux Data integration with various mux elements.

It is currently used by mux-video, mux-video-react, mux-audio, and mux-audio-react.

You shouldn't need use this package directly, but if you're building something custom for your application you may find it handy.

Check the src/index.ts file to see the functions and types that get exported.