mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update index.d.ts (#45900)
Correcting the property name to match what we see in the project example (https://github.com/lukechilds/merge-images#nodejs-usage).
This commit is contained in:
parent
aecace2b00
commit
83151d6087
3
types/merge-images/index.d.ts
vendored
3
types/merge-images/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// Type definitions for merge-images 1.1
|
||||
// Project: https://github.com/lukechilds/merge-images
|
||||
// Definitions by: BendingBender <https://github.com/BendingBender>
|
||||
// Mateus Nardo <https://github.com/mdnm>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
export as namespace mergeImages;
|
||||
@ -21,6 +22,6 @@ declare namespace mergeImages {
|
||||
width?: number;
|
||||
height?: number;
|
||||
Canvas?: any;
|
||||
Images?: any;
|
||||
Image?: any;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user