Skip to content

v2.0.0 — Image cropping

Latest

Choose a tag to compare

@Nerojust Nerojust released this 02 Aug 21:33
· 8 commits to main since this release

Added

  • Optional automatic crop step: JetImagePickerConfig.enableCrop + CropAspectRatio (Free, Square, Custom(ratioX, ratioY)). Runs between picking/capturing and compression, rendered automatically via easycrop with no extra composable required from consumers. Applies whenever exactly one image is in play — always for camera capture, and for gallery picks only when a single image was selected.
  • Example app demonstrates the crop feature with a live toggle (defaults to square crop).

Full Changelog: v1.0.1...v2.0.0