UNPKG

react-native-playful-avatar

Version:
8 lines (6 loc) 287 B
import { AVATAR_ELEMENTS } from './contants'; import PlayfulAvatar from './PlayfulAvatar'; import PlayfulElement from './PlayfulElement'; export { PlayfulAvatar, PlayfulElement, AVATAR_ELEMENTS }; export { genUserConfigBySeed } from './utils/avatarUtils'; export type * from './types';