UNPKG

illusory

Version:

Seamlessly morph one element into another.

7 lines (6 loc) 146 B
interface IOrigin { x: number; y: number; } export declare function parseTransformOrigin(originString: string): IOrigin; export {};