No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    @quasar/icon-factory now Available

    [v1] App Extensions
    1
    2
    443
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • nothingismagick
      nothingismagick last edited by nothingismagick

      We just promoted the long-awaited icon-factory to beta status! Just:

      $ quasar ext add @quasar/icon-factory
      

      Point the installer at your source image, choose your dev and build minification strategies and start the dev server. It will create and place the webicons, favicons (or even app-icons for cordova and electron) for your app in the right folders. Using some clever checksumming, if the image changes it will rebuild the assets.

      (And for those of you worried about walled garden effect, you can also import the library directly or even use it on the command line.)

      https://github.com/quasarframework/app-extension-icon-factory

      1 Reply Last reply Reply Quote 3
      • nothingismagick
        nothingismagick last edited by

        A few details:

        • it primarily uses sharp (no imagemagick / graphicsmagick / gd dependencies)
        • it checks magic-number (not merely node-mime) to validate the source image
        • is cross platform for MacOS, Windows and Linux
        • builds .svg, .ico & .icns files too!
        1 Reply Last reply Reply Quote 1
        • First post
          Last post