This commit is contained in:
Meizar 2025-07-30 21:59:04 +07:00
parent a00b0c1d41
commit e2702c00ee
4 changed files with 8 additions and 117 deletions

View file

@ -6,8 +6,8 @@ public record struct RequestBody(
[property: JsonPropertyName("canvas_rect")]
string CanvasRect,
[property: JsonPropertyName("crop_offset")]
double[] CropOffset,
float[] CropOffset,
[property: JsonPropertyName("crop_size")]
double[] CropSize,
float[] CropSize,
[property: JsonPropertyName("output_scale")]
double OutputScale );
float OutputScale );