Skip to content

Commit

Permalink
missed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdeadeasy committed Feb 5, 2025
1 parent faddc65 commit af5f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/examples/docuProc/src/docuProc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export async function extractImagesFromPage(
const canvas = createCanvas(scaledWidth, scaledHeight);
const ctx = canvas.getContext("2d");

const imageData = ctx.createImageData(
const imageData = ctx.createImageData(
scaledWidth,
scaledHeight,
);
Expand Down

0 comments on commit af5f1dd

Please sign in to comment.