johansatge / jpeg-autorotate

📸 Node module to rotate JPEG images based on EXIF orientation.

Home Page:https://www.npmjs.com/package/jpeg-autorotate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI unusable due to "colors" module debacle

CherryDT opened this issue · comments

image

This is because the colors library is allowed to be updated to 1.4.1/1.4.2, introducing this mess.

Pinning it to 1.4.0 should fix it for now. Consider switching to an alternative.

Hey, thanks for reporting this! I forgot this project was relying on colors; I will publish a new version that doesn't depend on it later today.

Fixed in #34 / jpeg-autorotate@8.0.1.

Thanks again!