Installation
Get started with the Simplio3D SDK in your JavaScript or TypeScript project.
Using npm
npm install @simplio3d/sdkUsing yarn
yarn add @simplio3d/sdkUsing pnpm
pnpm add @simplio3d/sdkRequirements
- • Node.js 18.x or higher
- • Modern browser with ES2020+ support
- • TypeScript 5.0+ (optional, for type checking)
Continue reading
Quick StartCreate a client, load a project, and render a configurator in a few lines of TypeScript.Client SetupConfigure the SDK client with an access token (browser) or API token (server) and the API URL.ProjectsList, read, create, update, and delete projects, with automatic decompression of large scenes.Option BlocksCreate and manage the 16 option block types and their variants from headless code.
