MCPcopy
hub / github.com/fengyuanchen/cropperjs / SizeAdjustmentDataWithoutHeight

Interface SizeAdjustmentDataWithoutHeight

packages/utils/src/functions.ts:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317interface SizeAdjustmentDataWithoutHeight {
318 aspectRatio: number;
319 width: number;
320}
321
322type SizeAdjustmentType = 'contain' | 'cover';
323const SIZE_ADJUSTMENT_TYPE_CONTAIN: SizeAdjustmentType = 'contain';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…