We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85a2d9a + 038157a commit 4692557Copy full SHA for 4692557
packages/utils/lib/constants/resize.ts
@@ -4,13 +4,13 @@ export const RESIZE_TYPES = {
4
CROP: 'crop',
5
FILL: 'fill',
6
SCALE: 'scale',
7
- MIN_PAD: 'minimumPad',
+ MIN_PAD: 'mpad',
8
FIT: 'fit',
9
PAD: 'pad',
10
- LIMIT_FIT: 'limitFit',
+ LIMIT_FIT: 'limit',
11
THUMBNAIL: 'thumb',
12
- LIMIT_FILL: 'limitFill',
13
- MIN_FIT: 'minimumFit',
14
- LIMIT_PAD: 'limitPad',
15
- FILL_PAD: 'fillPad'
16
-} as const
+ LIMIT_FILL: 'lfill',
+ MIN_FIT: 'mfit',
+ LIMIT_PAD: 'lpad',
+ FILL_PAD: 'fill_pad'
+} as const
0 commit comments