Closed christianbundy closed 5 years ago
This function accepts stripExif as a boolean but compares against a string literal 'true', which means that EXIF metadata was never stripped from images that were processed by this module.
stripExif
'true'
Resolves #6
Nice find and fix, can confirm that this works now!
This function accepts
stripExif
as a boolean but compares against a string literal'true'
, which means that EXIF metadata was never stripped from images that were processed by this module.Resolves #6