vg-custom-logo
v1.4.1
Published
Custom logo in videogular2
Downloads
28
Readme
vg-custom-logo
Include a custom logo overlay when vg-player is not playing
Instructions
Install
npm install vg-custom-logo --save
Add import
import {VgCustomLogoModule} from "vg-custom-logo";
imports: [ ..., VgCustomLogoModule, ..., ],