Avatar Creator Integration
Integrate the Ready Player Me Avatar Creator in your React application.
Import and show the AvatarCreator
import { AvatarCreator } from '@readyplayerme/rpm-react-sdk';
export default function App() {
return (
<div>
<AvatarCreator subdomain="your_subdomain"/>
</div>
);
}Configure the AvatarCreator
parameter
type
effect
Configure the avatar output (Optimize for quality / speed)
parameter
type
effect
Receive the results from AvatarCreator
Last updated
Was this helpful?

