browser-image-compression
browser-image-compression copied to clipboard
feat: add maxWidth and maxHeight options for finer image resizing con…
…trol
- Adds maxWidth and maxHeight to Options interface and docs
- Updates handleMaxWidthOrHeight to apply maxWidth/maxHeight before maxWidthOrHeight
- Updates README and types for new API