File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ SwiftUI view that asynchronously loads and displays an OpenAI image from open AP
5
5
## Features
6
6
- [x] Multiplatform
7
7
- [x] Customizable in term of SwiftUI Image specs [ renderingMode, resizable, antialiased...]
8
+ - [x] Customizable in term of the transport layer [ Loader]
8
9
- [x] Based on interfaces not implementations
9
10
10
11
![ OpenAI AsyncImage SwiftUI] ( https://github.com/The-Igor/openai-async-image-swiftui/blob/main/image/sun.png )
You can’t perform that action at this time.
0 commit comments