Installation
To use Samvyo 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/dest/samvyo-js"></script>
</head>
Installing the npm package
Also you can install the library by running this command in your terminal
npm i samvyo-js
After installing the library, import the library in your application
import samvyo from "samvyo-js";