UNPKG

image-wife

Version:

A library for compile-time and runtime procedural modification of photographic images.

3 lines (2 loc) 229 B
export declare const reflectTransform: (val: number) => "scaleX(-1) " | "scaleY(-1) " | "scaleX(-1) scaleY(-1) "; export declare const rotateTransform: (val: number) => "rotate(90deg) " | "rotate(180deg) " | "rotate(270deg) ";