Skip to content

Commit

Permalink
fix: add TypeScript definition to setChannel() method (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
juninholiveira committed Aug 1, 2022
1 parent b3b7499 commit 551c334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export declare class Image {
// split
// getChannel
// combineChannels
// setChannel
setChannel(channel: any, image: Image): this;
// getSimilarity
// getPixelsGrid
// getBestMatch
Expand Down

0 comments on commit 551c334

Please sign in to comment.