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
40 lines (39 loc) • 630 B
TypeScript
import {
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getListOfOptions,
getMouthSvg,
getBeardSvg,
getEarringsSvg,
getEyeBrowsSvg,
getFrecklesSvg,
getGlasses,
getHair,
getHairAccessories,
getHead,
getNose,
getBaseColor,
MicahType,
} from './utils/utils';
export {
getBeardSvg,
getEarringsSvg,
getEyeBrowsSvg,
getFrecklesSvg,
getGlasses,
getHair,
getHairAccessories,
getHead,
getNose,
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getListOfOptions,
getMouthSvg,
getBaseColor,
MicahType,
};
export {default as Micah} from './components/Micah';