UNPKG

rn-customize-avatar

Version:

This package is inspired by whatsapp, instagram custom avatar. You can customize your own avatar and use as a profile in your project

34 lines (33 loc) 582 B
import { getAccessoriesSvg, createOwnAvatar, OPTIONS, getDefaultAvatar, getEyeBrowsSvg, getEyesSvg, getFacialHair, getListOfOptions, getMouthSvg, getSkinTon, AvatarsTypes, getClothingGraphicsSvg, getClothingSvg, getTop, } from './utils/utils'; export { getClothingGraphicsSvg, getClothingSvg, getTop, getAccessoriesSvg, createOwnAvatar, OPTIONS, getDefaultAvatar, getEyeBrowsSvg, getEyesSvg, getFacialHair, getListOfOptions, getMouthSvg, getSkinTon, AvatarsTypes, }; export {default as Avataars} from './components/Avataars';