Skip to content

Commit

Permalink
Doc updates (closes #1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 28, 2024
1 parent c88abe6 commit f3e6b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export function createJimp<
*
* const image = new Jimp({ width: 3, height: 3, color: 0xffffffff });
*
* await image.write("test/output.jpeg", {
* await image.getBuffer("image/jpeg", {
* quality: 50,
* });
* ```
Expand Down

0 comments on commit f3e6b9e

Please sign in to comment.