onurzorluer / react-image-file-resizer

Resize Local Images with React 🌄 🌅
MIT License
313 stars 41 forks source link

TypeScript refactor, fix exact sizing (wrong branch) #95

Closed peacechen closed 2 months ago

peacechen commented 2 months ago

Fixes #94

Additionally:

This PR refactors the code as properly typed functions. The parameters are in a single options argument instead of multiple arguments. The TypeScript definition file is automatically generated.

Also addresses #93 , #78 , #62, and #50.

The code in this PR has been published as @peacechen/react-image-file-resizer pending merge.

peacechen commented 2 months ago

Wrong source branch. Creating another one