UNPKG

imagetools-core

Version:
6 lines (5 loc) 203 B
import type { TransformFactory } from '../types.js'; export interface autoOrientOptions { noAutoOrient: '' | 'true' | 'false'; } export declare const autoOrient: TransformFactory<autoOrientOptions>;