pptxtojson 1.0.2 → 1.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/dist/index.d.ts CHANGED
@@ -172,6 +172,7 @@ export interface Group {
172
172
  top: number
173
173
  width: number
174
174
  height: number
175
+ rotate: number
175
176
  elements: BaseElement[]
176
177
  }
177
178
  export type Element = BaseElement | Group