An open API service indexing awesome lists of open source software.

https://github.com/gamikun/mobiko

iOS and Android icons generation from a big PNG
https://github.com/gamikun/mobiko

apple assets cli icons ios xcode

Last synced: 6 months ago
JSON representation

iOS and Android icons generation from a big PNG

Awesome Lists containing this project

README

          

Sample
----------

mobiko big-file.png

This will create files in the different formats needed
for iOS project in Xcode with the nomenclature:

big-file-128@3x.png

If you want to optimize images size use the flag ``--optimize``. Or event better ``--pngquant`` which will create more optimized, but it has an external dependency.