vl-widget-react
v1.0.1
Published
JS module for videolayer to manage widgets on the SPA websites.
Readme
Videolayer SPA module
Install
Execute following commands to install the package npm i vl-widget-react or yarn add vl-widget-react
How to use
Import the package
import {videolayerManager} from "vl-widget-react";Init new widget
videolayerManager.initWidget("{APPLICATION ID}");Destroy widget
videolayerManager.destroyWidget();