Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. OlekssiR
    O
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    OlekssiR

    @OlekssiR

    1
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    OlekssiR Follow

    Best posts made by OlekssiR

    • RE: Quasar Icongenie - how to generate splashscreen and icons from separate files like it worked in v1?

      Sorted it. this is how to generate icon and splash screen using two different files:

      icongenie generate -i app-icon.png -b app-splashscreen.png --splashscreen-icon-ratio=0
      
      posted in CLI
      O
      OlekssiR

    Latest posts made by OlekssiR

    • RE: Quasar Icongenie - how to generate splashscreen and icons from separate files like it worked in v1?

      Sorted it. this is how to generate icon and splash screen using two different files:

      icongenie generate -i app-icon.png -b app-splashscreen.png --splashscreen-icon-ratio=0
      
      posted in CLI
      O
      OlekssiR
    • Quasar Icongenie - how to generate splashscreen and icons from separate files like it worked in v1?

      Hello!
      I am confused a bit with v2 of icongenie. In v1, icongenie was generating icons and splash screens from two separate files. It was nice, especially when icons and splash screen are completely different.
      In v2, I can’t see an option to generate splash screen from separate file.
      When I am trying to do following:

      icongenie generate -i app-icon.png -b app-splashscreen.png
      

      I got this:
      Default@2x~iphone~anyany.png
      and when I am trying to just bg:

      icongenie generate -i app-icon.png -b app-splashscreen.png
      

      here is what I got:
      Default@3x~iphone~comany.png

      The most frustrating thing is that v1 doesn’t work on new projects utilizing quasar/app v2.

      The question is:
      how to generate icons and splashscreen from different separate files?

      Thank you!

      posted in CLI
      O
      OlekssiR