Skip to content

Commit 6025915

Browse files
committedMar 1, 2023
readme
1 parent 9f0aba0 commit 6025915

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SwiftUI view that asynchronously loads and displays an OpenAI image from open AP
1111
- [x] Customizable in term of the transport layer [Loader]
1212
- [x] Based on interfaces not implementations
1313

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

1616
## How to use
1717

@@ -67,3 +67,6 @@ OpenAIAsyncImage(prompt: $imageText, size: .dpi1024){ state in
6767
## SwiftUI example for the package
6868

6969
[OpenAI AsyncImage SwiftUI example](https://github.com/The-Igor/openai-async-image-swiftui-example)
70+
71+
72+
![OpenAI AsyncImage SwiftUI](https://github.com/The-Igor/openai-async-image-swiftui/blob/main/image/sun.png)

‎image/sun_watch.png

644 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.