pptxtojson 2.0.6 → 2.1.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 CHANGED
@@ -260,6 +260,8 @@ All numeric length values in the output JSON use `pt` (point) as the unit.
260
260
  - Vertical alignment `vAlign`
261
261
  - Shape path `path`
262
262
  - Shape path viewBox `pathViewBox`
263
+ - Line head endpoint `headEnd`
264
+ - Line tail endpoint `tailEnd`
263
265
  - Shape adjustment parameters `keypoints`
264
266
  - Element name `name`
265
267
  - Auto fit `autoFit`
package/README_zh.md CHANGED
@@ -260,6 +260,8 @@ func()
260
260
  - 垂直对齐方向 `vAlign`
261
261
  - 形状路径 `path`
262
262
  - 形状路径 viewBox `pathViewBox`
263
+ - 线条起点端点样式 `headEnd`
264
+ - 线条终点端点样式 `tailEnd`
263
265
  - 形状调整参数 `keypoints`
264
266
  - 元素名 `name`
265
267
  - 自动调整大小 `autoFit`