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
15 lines (14 loc) • 443 B
JavaScript
import {
createOwnAvatar,
AdventurerNeutralType,
OPTIONS,
getDefaultAvatar,
getEyeBrowsSvg,
getEyesSvg,
getFacialHair,
getListOfOptions,
getMouthSvg,
getSkinTon,
} from './utils/utils';
export {createOwnAvatar, OPTIONS, getDefaultAvatar, getEyeBrowsSvg, getEyesSvg, getFacialHair, getListOfOptions, getMouthSvg, getSkinTon, AdventurerNeutralType};
export {default as AdventureNeutral} from './components/AdventureNeutral';