@arcships/pptx-core 0.3.0 → 0.5.0
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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
本包提供 PPTX 静态预览、播放模型、文档会话、播放控制器、页面切换和受控媒体,从 `0.3.0` 起公开发布。实现范围和验收结果见 [实现设计](../../docs/pptx-playback-implementation-design.md) 与 [正式播放验收记录](../../docs/pptx-playback-acceptance-results.md)。
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pnpm add @arcships/pptx-core@0.
|
|
8
|
+
pnpm add @arcships/pptx-core@0.4.0
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
浏览器能力从 `@arcships/pptx-core/browser` 导入。补丁后的渲染器代码已经包含在浏览器入口中,使用方不需要安装或配置 `@aiden0z/pptx-renderer`;其普通运行依赖由 npm 自动安装。
|
|
@@ -22,6 +22,12 @@ pnpm add @arcships/pptx-core@0.3.0
|
|
|
22
22
|
|
|
23
23
|
本包不会宣称完整兼容 PowerPoint 全部动画。无法精确执行的内容会按能力报告标记为近似、静态或未解析。
|
|
24
24
|
|
|
25
|
+
## 文档
|
|
26
|
+
|
|
27
|
+
- [PPTX 使用指南](https://github.com/arcships/agentic-office-ui/blob/master/docs/guide/pptx.md)
|
|
28
|
+
- [API 导航](https://github.com/arcships/agentic-office-ui/blob/master/docs/api/README.md)
|
|
29
|
+
- [公开接口合同](https://github.com/arcships/agentic-office-ui/blob/master/docs/api/public-api-contract.md)
|
|
30
|
+
|
|
25
31
|
## 验证
|
|
26
32
|
|
|
27
33
|
仓库根目录提供统一命令:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcships/pptx-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "PPTX preview and playback model with browser document sessions and animation controls",
|
|
6
6
|
"keywords": ["pptx", "powerpoint", "presentation", "viewer", "playback", "animation"],
|