xbgmsharp / videojs-watermark

A videoJS plugin to display a watermark over the video
GNU General Public License v3.0
107 stars 55 forks source link

Integration of any Videojs Plugin in Angular2 ? #11

Open Hashmi0 opened 6 years ago

Hashmi0 commented 6 years ago

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();

1 capture

epiphaneSpecter commented 5 years ago

Please , i have the same problem...have you a solution now?

epiphaneSpecter commented 5 years ago

There is the solution in my case