go-captcha-vue 2.0.5 → 2.0.6

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/README.md CHANGED
@@ -272,6 +272,7 @@ interface Data {
272
272
  angle: number;
273
273
  image: string;
274
274
  thumb: string;
275
+ thumbSize: number;
275
276
  }
276
277
 
277
278
  // events = {}
@@ -7,5 +7,6 @@ export interface RotateData {
7
7
  angle: number;
8
8
  image: string;
9
9
  thumb: string;
10
+ thumbSize: number;
10
11
  }
11
12
  export declare const defaultRotateData: () => RotateData;