Getting Started

Installation

To use Videoedge SDK in your application, you can load the library in a script tag or install the npm package

Loading the library in a script tag

To use the SDK in javascript applications, Load the library in the script tag

<head>
  <script src="https://unpkg.com/videoedge-js/dest/videoedge-js"></script>
</head>

Installing the npm package

Also you can install the library by running this command in your terminal

npm i videoedge-js

After installing the library, import the library in your application

import videoedge from "videoedge-js";