Installation
Installing the ODD SDK
You can add ODD SDK to a project by loading it from a CDN or installing it with a package manager.
CDN
For prototyping or experimentation, you can use the latest version of ODD SDK.
We recommend linking to a specific version in production to avoid unexpected changes.
Use the build from the global context.
Package Manager
We recommend installing the ODD SDK with a package manager for larger projects that use build tools or bundlers.
Install the ODD SDK with npm
or your preferred package manager.
Import the ODD SDK in your application.
Last updated