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

36 lines (35 loc) 640 B
import { createOwnAvatar, OPTIONS, getDefaultAvatar, getEyesSvg, getListOfOptions, getMouthSvg, getBeardSvg, getEyeBrowsSvg, getHair, getHead, CroodlesTypes, getFaceSvg, getHairColor, getMustachesSvg, getTopSvg, } from './utils/utils'; export { getBeardSvg, getEyeBrowsSvg, getHair, getHead, createOwnAvatar, OPTIONS, getDefaultAvatar, getEyesSvg, getListOfOptions, getMouthSvg, getFaceSvg, getHairColor, getMustachesSvg, getTopSvg, CroodlesTypes, }; export {default as Croodles} from './components/Croodles';