fix: keep image crop min size constant internal

Remove the unused export on image crop minimum size so repository knip checks pass while preserving existing crop behavior.
This commit is contained in:
Kelly Yang
2026-04-14 09:59:43 -07:00
parent aa0de5969b
commit 50eddb08be

View File

@@ -20,7 +20,7 @@ type ResizeDirection =
const HANDLE_SIZE = 8
const CORNER_SIZE = 10
/** Minimum crop width/height in source image pixel space. */
export const MIN_CROP_SIZE = 16
const MIN_CROP_SIZE = 16
const CROP_BOX_BORDER = 2
/**