@arcships/pptx-core 0.4.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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,12 @@ pnpm add @arcships/pptx-core@0.4.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"],
|