wc-img-ai 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,10 +45,14 @@ This function sends a request to the an API to generate an image based on a give
|
|
|
45
45
|
}
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
#### Return
|
|
48
|
+
#### Server Return
|
|
49
49
|
|
|
50
50
|
it is expected to return a simple string
|
|
51
51
|
|
|
52
52
|
```json
|
|
53
53
|
"https://example.com/path/to/generated/image.jpg"
|
|
54
54
|
```
|
|
55
|
+
|
|
56
|
+
#### Demo
|
|
57
|
+
|
|
58
|
+
Check it out [running](https://john.ro/lab/img-ai) inside an MDX/Astro framework
|