Lightbox
Lightbox copied to clipboard
Remove dependencies on specific image request library
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.