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 +2 -0
- package/README_zh.md +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +8 -0
- 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/border.js +38 -26
- package/src/pptxtojson.js +6 -4
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`
|