@nsure-ai/web-client-sdk
v1.1.92
Published
nSure web client sdk
Maintainers
Keywords
Readme
nSure Web Client SDK
See the online documentation.
Installation
Browser (via a script tag):
Add the following script to your HTML file:
<script src="https://sdk.nsureapi.com/sdk.js"></script>
<!-- Sandbox is available at https://sandbox-sdk.nsureapi.com/sdk.js -->Bundlers:
Install via a package manager. For example, using npm:
npm install @nsure-ai/web-client-sdkBoth ES Modules (ESM) and CommonJS (CJS) are supported. For ESM use:
import nSureSDK from '@nsure-ai/web-client-sdk';For CommonJS (CJS) use:
const nSureSDK = require('@nsure-ai/web-client-sdk');Usage
Refer to the documentation for more details on how to initialize and use the SDK.
