<mux-uploader>
is the official Mux-flavored media uploader web component.
The uploading functionality is built using UpChunk
.
npm install @mux/mux-uploader
or
yarn add @mux/mux-uploader
<mux-uploader
endpoint="https://my-authenticated-url/storage?your-url-params"
></mux-uploader>
Docs and guides live on docs.mux.com.
API reference lives on Github.