muxinc / custom-media-element

A custom element for extending the native media elements (<audio> or <video>)
https://custom-media-element.vercel.app/examples/
MIT License
8 stars 2 forks source link

Custom Media Element #2

Open luwes opened 1 year ago

luwes commented 1 year ago

Custom media element is the successor of https://github.com/muxinc/custom-video-element. It adds a way to easily extend the <audio> element in addition to the <video> element.

Several issues in custom-video-element are fixed in custom-media-element and adds a few new features.

heff commented 1 year ago

That's a lot of new features! šŸŽ‰ Looks good. šŸ‘ With all the new changes it's probably worth a good round of manual testing.