pptxtojson 1.3.2 → 1.5.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/dist/index.d.ts CHANGED
@@ -239,6 +239,7 @@ export interface Math {
239
239
  latex: string
240
240
  picBase64: string
241
241
  order: number
242
+ text?: string
242
243
  }
243
244
 
244
245
  export type BaseElement = Shape | Text | Image | Table | Chart | Video | Audio | Diagram | Math