Skip to content

Commit 615f011

Browse files
committed
update
1 parent e354d40 commit 615f011

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Package.resolved

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "async-http-client",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/The-Igor/async-http-client.git",
7+
"state" : {
8+
"branch" : "main",
9+
"revision" : "92576110f6f4cd76a5971d9fffdb7cb9d0c6b105"
10+
}
11+
}
12+
],
13+
"version" : 2
14+
}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SwiftUI view that asynchronously loads and displays an OpenAI image from open AP
55
## Features
66
- [x] Multiplatform
77
- [x] Customizable in term of SwiftUI Image specs [renderingMode, resizable, antialiased...]
8+
- [x] Customizable in term of the transport layer [Loader]
89
- [x] Based on interfaces not implementations
910

1011
![OpenAI AsyncImage SwiftUI](https://github.com/The-Igor/openai-async-image-swiftui/blob/main/image/sun.png)

0 commit comments

Comments
 (0)