@scoir/college-logo-image-url
v2.0.1
Published
This utility will give you the location of a college's avatar based on the school id
Downloads
390
Maintainers
Keywords
Readme
College Logo Image Url
This utility will give you the location of a college's avatar based on the school id
Usage
If CollegeImageEndpoint is globally available, the default college image endpoint will be replaced.
fullImageSrc
Pass in the college Scid
property
import { fullImageSrc } from '@scoir/college-logo-image-url';
const url = fullImageSrc(college.Scid);