KKImageInfo

public struct KKImageInfo : Codable

A struct that represents an image.

  • The width of the image.

    Declaration

    Swift

    public internal(set) var width: Float
  • The height of the image.

    Declaration

    Swift

    public internal(set) var height: Float
  • url

    The URL of the image.

    Declaration

    Swift

    public internal(set) var url: URL?