Jul 31, 2024
like Color you can just call it like this when use SPM
public extension Image {
static let email = Image("email icon", bundle: .module)
static let password = Image("password", bundle: .module)
static let user = Image("user icon", bundle: .module)
}