UNPKG

@readyplayerme/visage

Version:

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

8 lines (7 loc) 232 B
import { FC } from 'react'; import { MeshProps } from '@react-three/fiber/dist/declarations/src/three-types'; export type Background = { src?: string; color?: string; } & MeshProps; export declare const Box: FC<Background>;