mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[blueimp-load-image] Fix CropOptions misprint (#43390)
This commit is contained in:
parent
1e28646814
commit
82c9d545db
2
types/blueimp-load-image/index.d.ts
vendored
2
types/blueimp-load-image/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user