@arcships/pptx-core 0.3.0 → 0.4.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 +1 -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 自动安装。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcships/pptx-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.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"],
|