-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Feature Request
Is your feature request related to a problem? Please describe.
Add support for coordinates-based cropping.
crop={{
type: 'crop',
width: 400,
height: 400,
x: 80,
y: 350,
gravity: 'north_east',
source: true
}}
change is available inside of @cloudinary-util/[email protected], should just need to update documentation and add an example as it makes sense.
cloudinary-community/next-cloudinary#509
https://next.cloudinary.dev/cldimage/examples#cropping
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request