0.1.0 • Published 4 years ago

hlsjs-upimg-wrapper v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

hlsjs-upimg-wrapper

This module wraps an instance of Hls.js to bootstrap it with the upimg decoder module.

Usage

Install

You can install the artifacts distributed as NPM modules:

npm install hlsjs-upimg-wrapper

Example

const wrapper = new HlsjsUpimgWrapper(Hls)
const hls = wrapper.createPlayer(hlsjsConfig, upimgConfig)
// Use `hls` just like your usual hls.js…