diff --git a/README.md b/README.md index 5961f65..757dd1f 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,13 @@ You can add transparent padding to the generated icon using the `--padding` argu `appetizer icon.png 100 100 --singleIcon output --padding 20` -Source and generated icon in comparison: +Source and generated icon in comparison: + +Or you can remove padding by providing a negative value: + +`appetizer icon.png 42 42 --singleIcon output --padding -2` + +This can be used to remove unwanted borders: ## Installation