filepond-plugin-image-transform
filepond-plugin-image-transform copied to clipboard
🖼 Client-side image transformations for FilePond
I found an issue when `imageResizeUpscale = false`, smaller images (smaller than `imageResizeTargetWidth` or `imageResizeTargetHeight`) don't have access to the resize transform in `imageTransformVariants`. In order to work around this,...
**Describe the bug** imageTransform is re-compressing (even when no changes) unless imageTransformOutputMimeType is set **Logs** n/a **To Reproduce** ``` FilePond.registerPlugin( FilePondPluginFileValidateSize, FilePondPluginImageExifOrientation, FilePondPluginImagePreview, FilePondPluginImageTransform ); // do not set resize,...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...