Skip to content

Commit

Permalink
Update image.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdevbtw authored Oct 31, 2023
1 parent 7be95e8 commit 16f396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ console.log(img.img);

await img.text("Hello, World!", 64, 480, 254, font);

console.info("Dimensions:", (img.width + "x" + img.height));
console.info("Image:", img.as_base64);

0 comments on commit 16f396d

Please sign in to comment.