Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies on specific image request library #287

Conversation

kitwtnb
Copy link
Contributor

@kitwtnb kitwtnb commented Jun 23, 2022

fix #284 .

Since it is undesirable to depend on a specific image library, removed SDWebImage dependency.
If developers use LightboxImage(imageURL:), they must also implement LightboxConfig.loadImage at the same time.
The same behavior as before can be achieved by using any image library in LightboxConfig.loadImage.

@nlash-livly
Copy link

Hi @3lvis, Could you please consider merging this in soon? We're still using Cache+Imaginary over here, and are leaning toward using this library. Thanks!

@3lvis 3lvis merged commit 0119309 into hyperoslo:master Dec 4, 2022
@3lvis
Copy link
Collaborator

3lvis commented Dec 4, 2022

@nlash-livly Merged.

Thanks @kitwtnb!

@kitwtnb kitwtnb deleted the remove-dependency-on-specific-image-request-library branch February 14, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace imaginary with kingfisher library
3 participants