Lightbox icon indicating copy to clipboard operation
Lightbox copied to clipboard

Remove dependencies on specific image request library

Open kitwtnb opened this issue 3 years ago • 0 comments

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.

kitwtnb avatar Jun 23 '22 03:06 kitwtnb