-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
NPM is out of date - needs a publish #250
Comments
This has also been mention in #237 |
+1 |
I can still confirm that npm is not up to date, even if the version number seems to be correct. |
Is anyone available to fix this? I looks like there are a few tickets waiting on the NPM update (I believe this can't be a PR but apologies if I'm mistaken) |
+1 |
Apologies for the lack of publishes. Integrated most of the pull requests and made a publish to NPM just now. Anybody willing to lend a hand working though the PRs is more than welcome: #219 Two notable things about this release:
Thank you everyone who contributed to this version! |
Curious why you got rid of the auto-exif rotate - I thought that was a nice feature to have. I assume |
The reason was to do with this: #245 Rather than adding a options object to disable an opinionated feature, I decided to put control back in the hands of the developer.
|
Yeah - seems fair, especially when there's such a simple method which does this. lwip doesn't even have the method so you have to manually parse the exifData, determine which rotations are needed, then manually apply them. This is still a huge win over that :) |
Salutations,
As the subject says, the latest build available on NPM is out of date. The convolution matrix functionality that was added 4 months ago is not available when installing from npm, I'm not sure about any other discrepency. Please increment the version number and publish so I don't have to do a git install every time. Thanks!
The text was updated successfully, but these errors were encountered: