UNPKG

@readyplayerme/visage

Version:

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

12 lines (11 loc) 268 B
import { FC } from 'react'; interface SpawnEffectProps { onLoadedEffectFinish: () => void; onLoadedEffect: { src: string; animationSrc?: string; loop?: number; }; } export declare const SpawnEffect: FC<SpawnEffectProps>; export {};