You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there !
i am unable to integrate this videojs-watermark plugin in my angular2 project.
Is there any way to integrate this in angular2 ?
here is the code
var player= videojs('id1', {}, function() {
console.log("Working inside function ")
});
player.watermark();
The text was updated successfully, but these errors were encountered:
Hello there !
i am unable to integrate this videojs-watermark plugin in my angular2 project.
Is there any way to integrate this in angular2 ?
here is the code
var player= videojs('id1', {}, function() {
console.log("Working inside function ")
});
player.watermark();
The text was updated successfully, but these errors were encountered: