Skip to content

Commit

Permalink
Merge pull request #22 from Bonney/main
Browse files Browse the repository at this point in the history
Update Card+ImageUris.swift
  • Loading branch information
JacobHearst authored May 14, 2024
2 parents b73ee4d + baf1814 commit ff695ad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Sources/ScryfallKit/Models/Card/Card+ImageUris.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ import Foundation
extension Card {
/// Image URIs for each ``Card/ImageType``
public struct ImageUris: Codable, Hashable, Sendable {
private enum CodingKeys: String, CodingKey {
case small
case normal
case large
case png
case artCrop = "art_crop"
case borderCrop = "border_crop"
}

/// A link to a small full card image.
/// - Note: Designed for use as thumbnail or list icon.
public let small: String?
Expand Down

0 comments on commit ff695ad

Please sign in to comment.