react-image-file-resizer icon indicating copy to clipboard operation
react-image-file-resizer copied to clipboard

Resize Local Images with React 🌄 🌅

Results 33 react-image-file-resizer issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Using Vitejs this is the only library that is unable to compile correctly in production. I understand that it is related to the way of compiling the...

I was trying to get the local image and tried to resize it, but getting this error.. **Unhandled Rejection (TypeError): Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not...

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

my react version is ^17.0.2 and this package does not seem to be compatible with this version.

I'm seeking this terrific react-image-file-resizer, but for Vuejs3

**Can't resize the gif and animated webp** I am tired of searching for react native modules for resizing gif and animated webp files. **libvip** Sharp for NodeJS is quite smooth...

**BREAKING CHANGE** OPTIONAL MAX WIDTH / HEIGHT - Moved parameter position of maxWidth and MaxHeight - Allowed above parameters to be optional - if not provided result will be original...

**Describe the bug** When passing a file that isn't an image, AND doesn't have a `type`, the function never produces a usable result. The `responseUriFunc` is never called, and an...

The quality parameter seems to have no predictable pattern to its behavior. Looking at the description, one is led to believe that setting to 100 will bypass compression, and no...

The source is written to be a class, and then an export is created, which is just a plain function calling a static function inside that class. The whole source...