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) • 556 B
TypeScript
import {
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getListOfOptions,
getBeardSvg,
NotionistsTypes,
getBodySvg,
getBrowsSvg,
getGestureSvg,
getGlassesSvg,
getHairSvg,
getLipsSvg,
getNoseSvg,
} from './utils/utils';
export {
getBeardSvg,
createOwnAvatar,
OPTIONS,
getDefaultAvatar,
getEyesSvg,
getListOfOptions,
NotionistsTypes,
getBodySvg,
getBrowsSvg,
getGestureSvg,
getGlassesSvg,
getHairSvg,
getLipsSvg,
getNoseSvg,
};
export { default as Notionists } from './components/Notionists';