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

bump libheif-js to 1.18.0 #17

Closed
wants to merge 1 commit into from
Closed

Conversation

bompus
Copy link

@bompus bompus commented Sep 18, 2024

No description provided.

@artysidorenko
Copy link

Heya - any update on getting this merged 🙏 ? libheif <1.18 does not really support iOS 18+ HEIC images

strukturag/libheif#1190

@catdad
Copy link
Member

catdad commented Nov 10, 2024

This PR is not really necessary. heic-decode pulls in "libheif-js": "^1.17.1", which accepts any 1.x.x version greater than or equal to 1.17.1. Today, nothing inherently requires that libheif-js must be updated. If you npm install heic-decode today, you will get [email protected], which is the latest released version as of right now. This is pretty common and also central to how npm dependencies work.

In your existing projects (i.e. ones where you installed heic-decode a while ago), it is you preventing updates through your package-lock file. So you can also update your project through any means that causes your package-lock to update (e.g. remove and reinstall heic-convert, etc.)

@catdad catdad closed this Nov 10, 2024
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

Successfully merging this pull request may close these issues.

3 participants