UNPKG

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) 636 B
import { createOwnAvatar, OPTIONS, getDefaultAvatar, getEyesSvg, getListOfOptions, getMouthSvg, getSkinTon, getBeardSvg, getEarringsSvg, getEyeBrowsSvg, getFrecklesSvg, getGlasses, getHair, getHairAccessories, getHead, getNose, LoreleiTypes, } from './utils/utils'; export { getBeardSvg, getEarringsSvg, getEyeBrowsSvg, getFrecklesSvg, getGlasses, getHair, getHairAccessories, getHead, getNose, createOwnAvatar, OPTIONS, getDefaultAvatar, getEyesSvg, getListOfOptions, getMouthSvg, getSkinTon, LoreleiTypes, }; export {default as Lorelei} from './components/Lorelei';