fengyuanchen / compressorjs

JavaScript image compressor.
https://fengyuanchen.github.io/compressorjs/
MIT License
5.23k stars 438 forks source link

add rotate option to change image rotate #151

Closed YanCastle closed 2 years ago

YanCastle commented 2 years ago

Summary

What kind of change does this PR introduce? (check at least one)

If changing the UI of the default theme, please provide the before/after screenshot:

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

You have tested in the following browsers: (Providing a detailed version will be better.)

If adding a new feature, the PR's description includes:

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

fengyuanchen commented 2 years ago

Just keep this simple. For image rotating, and even scaling and cropping, I suggest using another library of mine: Cropper.js.