Skip to content

Commit

Permalink
fix gaussian example (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanio authored and hipstersmoothie committed Aug 17, 2019
1 parent 7c9d3c8 commit 4c8088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-gaussian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import jimp from 'jimp';
async function main() {
const image = await jimp.read('test/image.png');

image.resize(150, jimp.AUTO);
image.gaussian(15);
}

main();
Expand Down

0 comments on commit 4c8088d

Please sign in to comment.