generateReactComponent
Generate React components from Spline 3D scenes with configurable interactivity levels, responsive design options, and TypeScript support for web integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| componentName | No | React component name | SplineScene |
| interactivity | No | Level of interactivity | basic |
| responsive | No | Whether to make the component responsive | |
| typescript | No | Whether to generate TypeScript code |