Skip to content

Commit

Permalink
Corrected path of image file that was moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 28, 2024
1 parent 4802c8d commit adb3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
const wasm = await Deno.readFile('../dist/magick.wasm');
await initializeImageMagick(wasm);

const inFile = '../tests/images/image-magick.jpg';
const inFile = '../tests/files/images/image-magick.jpg';
let data = await Deno.readFile(inFile);

const outFile = './example.png';
Expand Down

0 comments on commit adb3078

Please sign in to comment.