UNPKG

@readyplayerme/visage

Version:

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

7 lines (6 loc) 164 B
import { FC } from 'react'; type AnimatedCameraProps = { animatedCameraSrc: string; }; export declare const AnimatedCamera: FC<AnimatedCameraProps>; export {};