Repository URL to install this package:
|
Version:
3.14.0-rc.1 ▾
|
export const maxImageDimensions = {
logo: {
maxHeight: 300,
maxWidth: 100,
},
background: {
maxHeight: 1536,
maxWidth: 2048,
},
};
export const aspectRatio = {
logo: 3 / 1,
background: 4 / 3,
};
export const zoomRange = {
min: 0.2,
max: 3,
step: 0.05,
};