videojs-panorama
videojs-panorama copied to clipboard
player.panorama is not a function by npm for videojs7
import videojs from 'video.js';
window.videojs = videojs;
import panorama from 'videojs-panorama';
panorama(player, {
// some options
});
error: Uncaught TypeError: player.panorama is not a function
how to fix?
I am also facing the same issue in angular 7.Can anyone tell why this is happening ?
I am also facing the same issue in angular 7.Can anyone tell why this is happening ?
@iubhatt17 Did you solve this problem?
@iubhatt17 Did you solve this problem?
@dave1981 @willmontiel I have then used another lib to implement 360 Degree View of video and then added some code in polyfill.ts file and boom it worked smoothly.
@iubhatt17 which library did you use?