scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

Support override path to support serverless (GCP/Azure/AWS) #36

Closed Jackson3195 closed 3 years ago

Jackson3195 commented 3 years ago
trullock commented 3 years ago

I have this exact issue but with Google Cloud Functions, can this be merged please?

allynsweet commented 3 years ago

Just made this identical PR, I'll close mine in favor of this one. This functionality is also needed for AWS Lambda as it has a /tmp/ directory, which is not handled in temp_file.js.

Jackson3195 commented 3 years ago

Path issue fixed by author