This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Comparison with realfavicongenerator.net & feature roadmap ideas #108
Comments
tohagan
changed the title
Comparison with https://realfavicongenerator.net/ & feature roadmap ideas
Comparison with realfavicongenerator.net & feature roadmap ideas
Mar 29, 2020
Hi, Thanks for the thorough description above. |
Thanks @rstoenescu . You've got a great team! |
Most of your concerns have been addressed in the complete rewrite of Icon Genie v2. |
Wow! Yet another high-5 to Quasar Team. Thanks @rstoenescu & @hawkeye64 ! |
I really have nothing to do with V2 -- it's all @rstoenescu as the genius behind it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've used Icon Genie in a recent PWA project which was great kick start (!) but found I that for my graphics it fell short of the mark in few important areas - some of which realfavicongenerator.net filled in and yet some features in realfavicongenerator.net were missing that Icon Genie covered - so I think I'm now forced to manually merge and configure the two image sets. This is not so much a feature request but rather a suggestion that you might want to do a review of realfavicongenerator.net and consider which of their features would be most useful to add to the Icon Genie roadmap. Actually realfavicongenerator.net has done lots of the research which you could leverage and I don't expect you'd necessarily want to implement everything they did as their goals were different to yours.
Here's the features I valued from realfavicongenerator.net
"pictureAspect": "silhouette"
manifest.webapp
file that links to firefox app images (60x60, 128x128, 512x512)Here's what I found missing from realfavicongenerator.net that Icon Genie has
Integration Pain (Quasar CLI bug?)
I tried to place the icons from realfavicongenerator.net into the root folder for a Quasar PWA and found that the PWA builder ignored the paths (and theme color) I set in quasar.config.js and instead linked to
/statics/icons/
instead of/
and ignore the file names I set forcing me to use rename the emitted images to the names used by Icon Genie. Yes! I'd uninstalled Icon Genie. Might follow up with a separate bug issue for this.Online GUI
Probably biggest win for realfavicongenerator.net is their GUI that allows you to view and configure the images settings online for each platform, then download the config and run it locally or in CI/CD via their CLI app. Not sure if you have the time or energy for this. An alternative might be to create a replacement to Icon Genie that integrates with their API (and GUI) that smoothly integrates with Quasar config. Not sure how responsive they are to getting mods done to pull this off and maintain it or if you'd want to go down this path but if you're too busy doing other cool Quasar things it might be a preferred option.
The text was updated successfully, but these errors were encountered: