pptxtojson 1.6.1 → 1.7.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
@@ -105,6 +105,13 @@ export interface Image {
105
105
  borderWidth: number
106
106
  borderType: 'solid' | 'dashed' | 'dotted'
107
107
  borderStrokeDasharray: string
108
+ filters?: {
109
+ sharpen?: number
110
+ colorTemperature?: number
111
+ saturation?: number
112
+ brightness?: number
113
+ contrast?: number
114
+ }
108
115
  }
109
116
 
110
117
  export interface TableCell {