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) • 594 B
TypeScript
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,
};
export type {AvatarsTypes};
export {default as Avataars} from './components/Avataars';