piclist 0.3.0 → 0.3.1

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.
@@ -576,5 +576,6 @@ export interface IBuildInCompressOptions {
576
576
  reSizePercent?: number;
577
577
  isRotate?: boolean;
578
578
  rotateDegree?: number;
579
+ isRemoveExif?: boolean;
579
580
  }
580
581
  export {};
@@ -110,3 +110,4 @@ export declare function imageAddWaterMark(img: Buffer, options: IBuildInWaterMar
110
110
  export declare function imageProcess(img: Buffer, options: IBuildInCompressOptions, rawFormat: string): Promise<Buffer>;
111
111
  export declare const needAddWatermark: (watermarkOptions: IBuildInWaterMarkOptions | undefined, fileExt: string) => boolean;
112
112
  export declare const needCompress: (compressOptions: IBuildInCompressOptions | undefined, fileExt: string) => boolean;
113
+ export declare const removeExif: (img: Buffer, fileExt: string) => Promise<Buffer>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",