|
export const MIN_FONT_SIZE = 5;
|
|
export const MAX_FONT_SIZE = 300;
|
|
|
|
/**
|
|
* higher value: smaller font size
|
|
* lower value: larger font size
|
|
*/
|
|
export const FONT_SIZE_SCALE_REFERENCE = 90;
|
|
|
|
export const CORNER_RADIUS_MIN = 0;
|
|
export const CORNER_RADIUS_MAX = 100;
|