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
32 lines (31 loc) • 511 B
TypeScript
import {
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getListOfOptions,
getMouthSvg,
getBeardSvg,
getHair,
CroodlesTypes,
getFaceSvg,
getHairColor,
getMustachesSvg,
getTopSvg
} from './utils/utils';
export {
getBeardSvg,
getHair,
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getListOfOptions,
getMouthSvg,
getFaceSvg,
getHairColor,
getMustachesSvg,
getTopSvg,
CroodlesTypes,
};
export {default as Croodles} from './components/Croodles';