init commit
This commit is contained in:
4
remotion/node_modules/@remotion/studio/dist/helpers/smooth-zoom.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/studio/dist/helpers/smooth-zoom.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare const MIN_ZOOM = 0.05;
|
||||
export declare const MAX_ZOOM = 10;
|
||||
export declare const smoothenZoom: (input: number) => number;
|
||||
export declare const unsmoothenZoom: (input: number) => number;
|
||||
Reference in New Issue
Block a user