UNPKG

boring-avatars

Version:

Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette.

4 lines (3 loc) 204 B
import { AvatarProps } from './types'; declare const AvatarRing: ({ name, colors, title, square, size, ...otherProps }: AvatarProps) => import("react/jsx-runtime").JSX.Element; export default AvatarRing;