icongenie difference between assets and include
-
With the new icongenie, I can do this
icongenie g -i /path/to/icon.png
and it generates the icons for all modes installed for me.However, when working with a “profile” it seems like it cannot automatically detect modes for you, so I need to specify them.
I’m confused in the documentation though, what the difference is between these:
--assets, -a Prefill the assets Array with Icon Genie's internal list, based on the modes that you indicate; [all|spa|pwa|ssr|bex|cordova|capacitor|electron] Multiple can be specified, separated by ",": spa,cordova
and
--include Prefill the params.include property; [all|spa|pwa|ssr|bex|cordova|capacitor|electron] Multiple can be specified, separated by ",": spa,cordova
What does
params.include property
mean?And, just like
quasar.conf
I’d love an “auto” option!