pptxtojson 2.0.4 → 2.0.5

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/dist/index.d.ts CHANGED
@@ -80,6 +80,7 @@ export interface Shape {
80
80
  shapType: string
81
81
  vAlign: string
82
82
  path?: string
83
+ strokeOnly?: boolean
83
84
  keypoints?: Record<string, number>
84
85
  name: string
85
86
  order: number