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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. 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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wc-img-ai",
3
3
  "private": false,
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "Use AI to generate images for your img tags.",
6
6
  "author": {
7
7
  "name": "John Romani",