piclist 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.
@@ -610,6 +610,8 @@ export interface IBuildInCompressOptions {
610
610
  isRotate?: boolean;
611
611
  rotateDegree?: number;
612
612
  isRemoveExif?: boolean;
613
+ isFlip?: boolean;
614
+ isFlop?: boolean;
613
615
  [propName: string]: any;
614
616
  }
615
617
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",