raptorx.ai
v1.2.8
Published
Install dependencies
Downloads
20
Readme
#RaptorX SDK
Run Locally
Install dependencies
npm install
yarn install
Run SDK locally in any project:
Navigate to the SDK directory
npm:
npm link
yarn:
yarn link
Navigate to the project directory
npm:
npm link raptorx.ai
yarn:
yarn link raptorx.ai
Installation
Install with npm:
npm install raptorx.ai
Install with yarn:
yarn add raptorx.ai
Install using CDN:
<script src="https://raptox-js-sdk.s3.ap-south-1.amazonaws.com/bundle.min.js"></script>