[blueimp-load-image] Fix CropOptions misprint (#43390)

This commit is contained in:
Aleksandr Petrov 2020-03-27 19:03:58 +03:00 committed by GitHub
parent 1e28646814
commit 82c9d545db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ export interface CropTrueOptions {
export interface CropFalseOptions {
crop?: false;
}
export type CropOptions = CanvasTrueOptions | CropFalseOptions;
export type CropOptions = CropTrueOptions | CropFalseOptions;
// Setting 'orientation' automatically sets 'meta' to true
// so setting it to false is not valid in that case