Install: npm i @three-ws/react then import { Agent3D } from '@three-ws/react'; and render <Agent3D agentId="…" controls="joystick" /> — props map 1:1 to the options above.
npm i @three-ws/react
import { Agent3D } from '@three-ws/react';
<Agent3D agentId="…" controls="joystick" />