UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

3 lines (2 loc) 174 B
import { Commandable } from '../Components'; export declare function scaleExact(commandable: Commandable, width: number, height: number, time: number, path: string): void;