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

Issue with creating .ico files #1

Closed
danielkoch opened this issue Aug 7, 2022 · 4 comments
Closed

Issue with creating .ico files #1

danielkoch opened this issue Aug 7, 2022 · 4 comments
Assignees

Comments

@danielkoch
Copy link

danielkoch commented Aug 7, 2022

I have an issue with the creation of the .ico file. The created file looks like this:
favicon

Generated .png files are looking good. Any idea how to debug to identify the reaseon?

@islambegk islambegk self-assigned this Aug 13, 2022
@islambegk
Copy link
Contributor

Hi! Sorry for late response. Can you please provide an example file which causes this .ico output? I’ll take a look.

@danielkoch
Copy link
Author

I used this one:
image

@islambegk
Copy link
Contributor

Seems like this was happening because resize: true was not specified for ico converter (to-ico). I’ve updated npm package and now .ico ouput for your image is fine. Feel free to check it out yourself and report if there are any more issues.

@danielkoch
Copy link
Author

Thanks. Works now for me!

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

No branches or pull requests

2 participants