Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Allow logo option to be an array #163

Open
mikroware opened this issue Mar 4, 2019 · 1 comment
Open

Allow logo option to be an array #163

mikroware opened this issue Mar 4, 2019 · 1 comment
Labels
feature New feature or request

Comments

@mikroware
Copy link

The favicons library seems to support an input array of sources. As far as I have read this is pretty useful for generating different icons for different sizes. E.g. to have a slightly different logo when resized to 16x16 and a more detailed one above 100x100 for example.

source = 'test/logo.png',                     // Source image(s). `string`, `buffer` or array of `string`

favicons(source, configuration, callback);
@brunocodutra
Copy link
Owner

Sounds like a good idea, thanks for the suggestion

@brunocodutra brunocodutra added the feature New feature or request label Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants