previewConfig.d.ts 185 B

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