UNPKG

@readyplayerme/visage

Version:

Easily display Ready Player Me avatars and 3D on the web.

9 lines (8 loc) 190 B
import { FC } from 'react'; import { Group } from 'three'; interface SpawnProps { avatar: Group; onSpawnFinish?: () => void; } export declare const Spawn: FC<SpawnProps>; export {};