Installation

To make it easy to add to any app, you can install the Raydiant SDK from NPMExternal Link 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.5.0.min.js"></script>
const { runtime, devTools } = window.Raydiant;

Next Steps


Was this article helpful to you?
GitHubProvide feedback

Last edited on January 17, 2024.
GitHubEdit this page