pptxtojson 2.0.2 → 2.0.3

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
@@ -1,4 +1,4 @@
1
- # 🎨 pptxtojson
1
+ # 🎨 pptxtojson
2
2
 
3
3
  [![npm-version](https://img.shields.io/npm/v/pptxtojson)](https://www.npmjs.com/package/pptxtojson)
4
4
  [![npm download](https://img.shields.io/npm/dm/pptxtojson)](https://www.npmjs.com/package/pptxtojson)
@@ -204,6 +204,7 @@ func()
204
204
  - `shape`:文本框高度会根据文本内容自动调整
205
205
  - `text`:文本框大小固定,字号会自动缩放以适应文本框(注:autoFit不存在时,也会固定文本框大小,但字号不会缩放)
206
206
  - 字体缩放比例(type='text'专有,默认为1) `fontScale`
207
+ - 文本内边距(4边) `textInset`
207
208
  - 超链接 `link`
208
209
 
209
210
  - 图片
@@ -247,6 +248,7 @@ func()
247
248
  - 形状调整参数 `keypoints`
248
249
  - 元素名 `name`
249
250
  - 自动调整大小 `autoFit`
251
+ - 文本内边距(4边) `textInset`
250
252
  - 超链接 `link`
251
253
 
252
254
  - 表格
@@ -330,4 +332,4 @@ func()
330
332
  > 与它们不同的是:pptxtojson 不是将PPT文件转换为 HTML 页面,而是转换为干净、易读的 JSON 数据,且在原有基础上进行了大量优化补充,大幅提升了提取信息的完整度和准确度。
331
333
 
332
334
  # 📄 开源协议
333
- MIT License | Copyright © 2020-PRESENT [pipipi-pikachu](https://github.com/pipipi-pikachu)
335
+ MIT License | Copyright © 2020-PRESENT [pipipi-pikachu](https://github.com/pipipi-pikachu)