Skip to content

Commit

Permalink
add JimpInstance type (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie authored Sep 7, 2024
1 parent ae133c4 commit 5be33f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jimp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const Jimp = createJimp({
plugins: defaultPlugins,
});

export type JimpInstance = InstanceType<typeof Jimp>;

export type {
ColorAction,
HueAction,
Expand Down

0 comments on commit 5be33f8

Please sign in to comment.