@zivye/dsh-img-save 0.1.0 → 0.1.1
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 +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,20 @@ Adds a download button when the pointer is over an image in a DeepSeek Harness c
|
|
|
4
4
|
|
|
5
5
|
<img src="./doc/example.png" alt="example" width="250" style="display: block; margin: auto;">
|
|
6
6
|
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
Install the plugin through the DeepSeek Harness client or 1024 Store by
|
|
10
|
+
searching for the npm package name:
|
|
11
|
+
|
|
12
|
+
```text
|
|
13
|
+
@zivye/dsh-img-save
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Until the package is published to npm, the catalog lists this plugin
|
|
17
|
+
browse-only; the install command appears automatically once the npm
|
|
18
|
+
package is detected. The plugin itself ships under the name
|
|
19
|
+
`dsh-img-save` in the Web profile roster (see `cordis.patch.yml`).
|
|
20
|
+
|
|
7
21
|
## Design
|
|
8
22
|
|
|
9
23
|
- **Client-only behavior:** the plugin uses the exact image URL that DSH is already rendering. It does not read local files, upload image bytes, run shell commands, or call a remote service.
|