pptxtojson 2.0.5 → 2.0.6
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 -0
- package/README_zh.md +6 -5
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +20 -12
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/pptxtojson.js +15 -3
package/README.md
CHANGED
|
@@ -259,6 +259,7 @@ All numeric length values in the output JSON use `pt` (point) as the unit.
|
|
|
259
259
|
- Shape type `shapType`
|
|
260
260
|
- Vertical alignment `vAlign`
|
|
261
261
|
- Shape path `path`
|
|
262
|
+
- Shape path viewBox `pathViewBox`
|
|
262
263
|
- Shape adjustment parameters `keypoints`
|
|
263
264
|
- Element name `name`
|
|
264
265
|
- Auto fit `autoFit`
|
package/README_zh.md
CHANGED
|
@@ -256,11 +256,12 @@ func()
|
|
|
256
256
|
- 垂直翻转 `isFlipV`
|
|
257
257
|
- 水平翻转 `isFlipH`
|
|
258
258
|
- 旋转角度 `rotate`
|
|
259
|
-
- 形状类型 `shapType`
|
|
260
|
-
- 垂直对齐方向 `vAlign`
|
|
261
|
-
- 形状路径 `path`
|
|
262
|
-
-
|
|
263
|
-
-
|
|
259
|
+
- 形状类型 `shapType`
|
|
260
|
+
- 垂直对齐方向 `vAlign`
|
|
261
|
+
- 形状路径 `path`
|
|
262
|
+
- 形状路径 viewBox `pathViewBox`
|
|
263
|
+
- 形状调整参数 `keypoints`
|
|
264
|
+
- 元素名 `name`
|
|
264
265
|
- 自动调整大小 `autoFit`
|
|
265
266
|
- 文本内边距(4边) `textInset`
|
|
266
267
|
- 超链接 `link`
|