vue-advanced-cropper
Advanced tools
Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "vue-advanced-cropper", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "The advanced library to create your own croppers suited for any website design", | ||
@@ -5,0 +5,0 @@ "author": "Norserium", |
@@ -144,3 +144,8 @@ import Vue from 'vue'; | ||
canvas?: HTMLCanvasElement; | ||
imageTransforms: ImageTransforms; | ||
image: { | ||
width: number; | ||
height: number; | ||
transforms: ImageTransforms; | ||
src: string | null; | ||
}; | ||
}; | ||
@@ -178,2 +183,4 @@ setCoordinates: (transform: Transform | Transform[]) => void; | ||
export declare class Preview extends Vue {} | ||
export declare class Preview extends Vue { | ||
refresh: () => void; | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1548728
1966