4 lines
168 B
JavaScript
4 lines
168 B
JavaScript
/** Scale the ratio base */
|
|
export const BASE_SCALE_RATIO = 1;
|
|
/** The maximum zoom ratio when the mouse zooms in, adjustable */
|
|
export const WHEEL_MAX_SCALE_RATIO = 1; |