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) • 544 B
TypeScript
import {
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getFacialHair,
getListOfOptions,
getMouthSvg,
getSkinTon,
BigEarsType,
getCheeksSvg,
getFaceSvg,
getHairSvg,
getNoseSvg,
getSideBurnSvg,
} from './utils/utils';
export {
getNoseSvg,
getSideBurnSvg,
getCheeksSvg,
getFaceSvg,
getHairSvg,
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getFacialHair,
getListOfOptions,
getMouthSvg,
getSkinTon,
BigEarsType,
};
export {default as BigEars} from './components/BigEars';