This module wraps an instance of Hls.js
to bootstrap it with the upimg decoder module.
You can install the artifacts distributed as NPM modules:
npm install hlsjs-upimg-wrapper
const wrapper = new HlsjsUpimgWrapper(Hls)
const hls = wrapper.createPlayer(hlsjsConfig, upimgConfig)
// Use `hls` just like your usual hls.js…