cloudinary-community / cloudinary-util

https://cloudinary-util.vercel.app
MIT License
12 stars 19 forks source link

Crop by X and Y Coordinates #192

Closed colbyfayock closed 2 months ago

colbyfayock commented 2 months ago

Description

Adds the x and y coordinate options to the crop plugin to allow for coordinates based crops.

width: 123,
height: 321,
crop: {
  type: 'crop',
  x: 123
  y: 321
}

Issue Ticket Number

https://github.com/cloudinary-community/next-cloudinary/issues/481

Type of change

Checklist

github-actions[bot] commented 2 months ago

:tada: This PR is included in version @cloudinary-util/url-loader-v5.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: