@prjct.app/pi-clipboard 0.1.5 → 0.1.6
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/CHANGELOG.md +2 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,6 +6,12 @@ Preview pasted images in PI Agent before sending them, with inline thumbnails an
|
|
|
6
6
|
|
|
7
7
|
`@prjct.app/pi-clipboard` · Clipboard image previews; one extension.
|
|
8
8
|
|
|
9
|
+
## Demo
|
|
10
|
+
|
|
11
|
+
[](https://github.com/prjct-app/pi-clipboard/raw/refs/heads/main/media/pi-clipboard-demo/pi-clipboard-demo.mp4)
|
|
12
|
+
|
|
13
|
+
[Watch or download the 40-second demo](https://github.com/prjct-app/pi-clipboard/raw/refs/heads/main/media/pi-clipboard-demo/pi-clipboard-demo.mp4). It shows the native PI Agent workflow for pasting, previewing, and reviewing one or several images before sending. The film uses the package's monochrome cover identity and an original instrumental soundtrack with no voice-over or external samples.
|
|
14
|
+
|
|
9
15
|
## Install
|
|
10
16
|
|
|
11
17
|
Requires Pi installed separately and Node.js **22.19 or later**. Compatibility is tested with **Pi 0.85.1**; newer versions are not yet verified. This is an independent community package.
|
package/package.json
CHANGED