Vanilla JS Media Player

Jonathan Neal, the guy behind polyfill.io and a whole bunch of other awesome stuff just released his latest project: Media Player.
Important! Polyfill.io was sold to a new owner based in China, and is now injecting malware onto sites that use it. DO NOT use it on any site for any reason.
Most JavaScript media players are large and overcomplicated, and often have third-party dependencies. For example, the very popular Video.js, which I’ve worked with before, is 250kb minified.
Media Player is tiny (just 2kb minified), accessible, works cross-browser, and is super customizable.
Check out it out next time you need a media player for audio or video on a project.