serverless-image-proxy
serverless-image-proxy copied to clipboard
Resizes images using a Lambda function (aka Serverless Thumbor)
## Version **5.0.0** of [lint-staged](https://github.com/okonet/lint-staged) was just published. Dependency lint-staged Current Version 4.3.0 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...
## Version **0.24.0** of [ava](https://github.com/avajs/ava) was just published. Dependency ava Current Version 0.23.0 Type devDependency The version **0.24.0** is **not covered** by your **current version range**. If you don’t accept...
The `sharp` library that is already used supports both formats.
For... rotating images.
When trying to query an image using this format: https://images.graph.cool/v1/__PROJECT_ID__/__FILE_SECRET__/__IMAGE_NAME__.__EXTENSION__ If the image name has includes '-' or multiple '.' it will fail and return this error: Error: Invalid resize,...
It would be great, if the resize option would respect the original with/height that images are not being upscaled and thus getting blurry. The resize should not being able to...
Hi it would be great if this lambda function would also provide image optimization via `pngquant` and `jpegoptim`. Mabe its possible to use similar approach like this package: https://github.com/ysugimoto/aws-lambda-image Thanks