Skip to content
persello edited this page May 17, 2021 · 6 revisions

Types

  • RemoteImage: Represents an image that is loaded from a remote resource path.
  • FileFormatPolicy: A policy for choosing the best file format when storing images in the file cache.
  • RemoteImageError: An enum containing all the package-related errors not coming from already-existing ones.
  • TImage: A remote image in the form of a SwiftUI View.

Protocols

  • Cache: A protocol for defining a caching system of remote images.

Global Typealiases

  • UIImage: Alias for making UIImage multiplatform.

Extensions

Types
Protocols
Global Typealiases
Extensions
Clone this wiki locally