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

Allow optional temp_path parameter for buffer2webpbuffer and str2webpstr #37

Closed allynsweet closed 3 years ago

allynsweet commented 3 years ago

Enable explicitly set temp path directory in form of an optional arg instead of prescribed ones from temp_path.js. In some cases, such as using AWS Lambda, the temp path is /tmp/, however temp_path.js does not handle this situation, resulting the webp conversion to fail.

allynsweet commented 3 years ago

Identical to https://github.com/scionoftech/webp-converter/pull/36