@scoir/avatar-image-url
v3.0.1
Published
This utility will give you the location of a users avatar based on the property in the user object.
Downloads
603
Maintainers
Keywords
Readme
Avatar Image Url
This utility will give you the location of a users avatar based on the property in the user object.
Usage
imageAsFullImageSrc
Pass in the user AvatarUrl
property
import { imageAsFullImageSrc } from '@scoir/avatar-image-url';
const url = imageAsFullImageSrc(user.AvatarUrl)