Card Image Utils
object CardImageUtils
Utility functions for accessing card image URLs.
Usage:
import { CardImageUtils } from '@devmugi/scryfall-api';
const imageUrl = CardImageUtils.getNormalImageUrl(card);Content copied to clipboard
Functions
Link copied to clipboard
Gets the art crop image URL for the card, if available
Link copied to clipboard
Gets the large image URL for the card, if available
Link copied to clipboard
Gets the normal image URL for the card, if available
Link copied to clipboard
Gets the small image URL for the card, if available