unitedwardrobe / imgproxy-node

A Node client library to generate urls for imgproxy services.
MIT License
36 stars 8 forks source link

prevent `undefined` as string in resize method #5

Closed koenpunt closed 5 years ago

koenpunt commented 5 years ago

The method incorrectly assumed that turning undefined into a string would result in an empty string. This is now fixed.

Fixes #3