Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
251 stars 32 forks source link

UIImage add function #49

Closed storiolo closed 10 months ago

storiolo commented 10 months ago

Maybe I'm not the only one who need Spotify image in UIImage type instead of Image type. Thus, I suggest to add a function. Here is an example, actually working on my project. What do you think ?

Peter-Schorn commented 10 months ago

Thank you for this pull request, but, unfortunately, I'm going to have to decline it.

I'm only interested in directly supporting SwiftUI in this library. If I were to approve this PR, then I would also have to implement a method for NSImage. I would prefer to keep the size of the API surface smaller than this.