Use the Player with Require
Implementing 3q.js with require.js
// require.js config
requirejs.config({
// Other configuration
shim: {
// Other shims
'https://player.3qsdn.com/bin/hls.min.v1.6.13.js': {
deps: ['require'],
exports: 'Hls',
},
},
})
// later in code
window.Hls = HlsLast updated
