UNPKG

185 BTypeScriptView Raw
1/** Scale the ratio base */
2export declare const BASE_SCALE_RATIO = 1;
3/** The maximum zoom ratio when the mouse zooms in, adjustable */
4export declare const WHEEL_MAX_SCALE_RATIO = 1;