UNPKG

imagetools-core

Version:
6 lines (5 loc) 170 B
import type { TransformFactory } from '../types.js'; export interface RotateOptions { rotate: string; } export declare const rotate: TransformFactory<RotateOptions>;