@huanlin/dsh-plugin-aigc-canvas 0.1.3 → 0.1.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 CHANGED
@@ -1,20 +1,24 @@
1
- 本项目已被dshfind.com收录
1
+ <p align="center">
2
+ <a href="https://dshfind.com/zh/plugins/huanlinoto/dsh-plugin-aigc-canvas"><img src="https://dshfind.com/api/card/huanlinoto/dsh-plugin-aigc-canvas?lang=zh" alt="dsh-plugin-aigc-canvas card"></a>
3
+ </p>
2
4
 
3
5
  # dsh-aigc-canvas
4
6
 
7
+ [![npm version](https://img.shields.io/npm/v/@huanlin/dsh-plugin-aigc-canvas)](https://www.npmjs.com/package/@huanlin/dsh-plugin-aigc-canvas)
8
+
5
9
  > DSH 插件:一个节点-连线式的 AIGC 画布。向模型暴露文生图 / 文生视频 / 首尾帧生视频 / 多参考生视频 / 音频生成五类工具,生成的图片 / 视频 / 音频以及提示词都作为画布元素(uuid 寻址)存在,生成完成后自动按多对一(promise + 所有参考元素 → 输出)在画布上连线。
6
10
 
7
11
  ## 安装
8
12
 
9
13
  ```sh
10
- # 从本地 clone 开发安装(开发阶段推荐):
11
- dsh plugin --profile <profile> add link:D:\Projects\deepseek-harness\dsh-aigc-canvas
14
+ # npm 安装(推荐):
15
+ dsh plugin --profile web add @huanlin/dsh-plugin-aigc-canvas
12
16
 
13
- # git 安装(发布到 dsh-external 组织后):
14
- dsh plugin --profile <profile> add github:dsh-external/dsh-aigc-canvas
17
+ # 从本地 clone 开发安装(开发阶段):
18
+ dsh plugin --profile web add link:D:\Projects\deepseek-harness\dsh-aigc-canvas
15
19
  ```
16
20
 
17
- 预构建 `lib/` 入库策略(含 `@deepseek-ai/*` private peer deps,必须预构建),`github:` 安装开箱即用,无需 `allowBuilds`。
21
+ 预构建 `lib/` 入库策略(含 `@deepseek-ai/*` private peer deps,必须预构建),npm 安装开箱即用,无需 `allowBuilds`。
18
22
 
19
23
  ## 配置
20
24