Installation
To make it easy to add to any app, you can install the Raydiant SDK from NPM or include a global script.
NPM Install
npm install @raydiant/sdk
# or yarn
yarn add @raydiant/sdk
import { runtime, devTools } from '@raydiant/sdk';
Include Global Script
<script src="https://cdn.raydiant.com/lib/raydiant-sdk@0.9.0.min.js"></script>
const { runtime, devTools } = window.Raydiant;
Next Steps
Was this article helpful to you?
Provide feedback
Last edited on July 02, 2024.
Edit this page