We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003155f commit 758206bCopy full SHA for 758206b
README.md
@@ -2,7 +2,8 @@
2
Converts image resources from svg to png and scales the images to desired size
3
4
5
-Common usage:
+Common usage:
6
+```
7
mono AssetGenerator.exe -d destinationfolder -m iOS -q 80 -s sourcefolder
8
9
-m, --mode Required. Specify which assets to build. ios or android
@@ -16,3 +17,4 @@ mono AssetGenerator.exe -d destinationfolder -m iOS -q 80 -s sourcefolder
16
17
--help Display this help screen.
18
19
--version Display version information.
20
0 commit comments