pi-banana 2.0.2 → 2.0.3

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,13 +13,15 @@ Generate and edit images directly inside [pi](https://github.com/badlogic/pi-mon
13
13
  ## Install
14
14
 
15
15
  ```sh
16
- pi install npm:pi-banana
16
+ pi install pi-banana
17
17
  ```
18
18
 
19
+ If pi doesn't resolve the bare name, use the explicit form: `pi install npm:pi-banana`.
20
+
19
21
  Or for a single-session try:
20
22
 
21
23
  ```sh
22
- pi -e npm:pi-banana
24
+ pi -e pi-banana # or: pi -e npm:pi-banana
23
25
  ```
24
26
 
25
27
  Then export your key:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-banana",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Generate and edit images in pi using Google Nano Banana 2 (gemini-3.1-flash-image) and Nano Banana Pro. Inline terminal preview, reference-image editing, auto-save.",
5
5
  "author": "Francesco Frapporti <effedue@gmail.com>",
6
6
  "license": "MIT",