UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 200 B
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;