Javascript SDK Implementation
Installation

Installation

To use Samvyo JavaScript 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/samvyo-js-sdk@latest/dest/samvyo-js-sdk.js"></script>
</head>

Installing the npm package

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

npm i samvyo-js-sdk

After installing the library, import the library in your application

import samvyo from "samvyo-js-sdk";