2.0.1 • Published 1 year ago

@scoir/college-logo-image-url v2.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

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);