Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Oct 10, 2023
1 parent d3eb3e4 commit abd14e8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

Picture is a useful Swift Package Manager project that simplifies the process of displaying multiple images in SwiftUI. It supports both local and remote images and handles the UI, loading, and caching of images. Picture is an excellent tool for enhancing the visual appeal of apps while reducing the time and effort required for image loading and caching.

## Features

- Display multiple images in SwiftUI with ease
- Support for both local and remote images
- Automatic handling of image loading and caching
- Simplified API for seamless integration
- Enhanced visual appeal for your apps

## Example Usages

```swift
Expand Down Expand Up @@ -45,3 +53,22 @@ public init(sources: [PictureSource]) {
self.sources = sources
}
```

## Installation

To integrate Picture into your project using Swift Package Manager, simply add the following dependency to your `Package.swift` file:

```swift
dependencies: [
.package(url: "<https://github.com/0xOpenBytes/Picture.git>", from: "1.0.0")
]

```

## Requirements

- iOS 17.0+

## License

Picture is available under the MIT license. See the [LICENSE](https://github.com/0xOpenBytes/Picture/blob/main/LICENSE) file for more info.

0 comments on commit abd14e8

Please sign in to comment.