Skip to content

Commit

Permalink
Remove ImageData from ImageLike (#971)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Aufricht <[email protected]>
  • Loading branch information
IgorAufricht and Igor Aufricht authored Jan 7, 2025
1 parent c75a380 commit 72afa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ declare namespace Tesseract {
BINARY = 2
}
type ImageLike = string | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement
| CanvasRenderingContext2D | File | Blob | ImageData | Buffer | OffscreenCanvas;
| CanvasRenderingContext2D | File | Blob | Buffer | OffscreenCanvas;
interface Block {
paragraphs: Paragraph[];
text: string;
Expand Down

0 comments on commit 72afa3d

Please sign in to comment.