Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add extra dimensions? #277

Open
Jeff-Tian opened this issue Jul 8, 2019 · 2 comments
Open

How to add extra dimensions? #277

Jeff-Tian opened this issue Jul 8, 2019 · 2 comments

Comments

@Jeff-Tian
Copy link

For example, I need to create an 108x108 png

@Jeff-Tian
Copy link
Author

Now I know I can put an extra field to node_modules/favicons/dist/config/icons.json and then enabled it in the project gulp task.


  "extra": {
    "extra-108x108.png": {
      "width": 108,
      "height": 108,
      "transparent": true,
      "rotate": false,
      "mask": false
    }
  }
        icons: {
          extra: true
        }

But is there any other more elegant way?

@alexander-akait
Copy link
Member

/cc @brunocodutra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants