Skip to content

Commit

Permalink
Corrected comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 23, 2024
1 parent b9ed25e commit 6ab298e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/magick-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,7 @@ export interface IMagickImage extends IDisposable {
/**
* Writes the image to the specified canvas.
* @param canvas - The canvas to write the image to.
* @param settings - The {@link CanvasRenderingContext2DSettings} to use when writing the image.
*/
writeToCanvas(canvas: HTMLCanvasElement, settings?: CanvasRenderingContext2DSettings): void;
}
Expand Down

0 comments on commit 6ab298e

Please sign in to comment.