UNPKG

imagetools-core

Version:
6 lines (5 loc) 195 B
import type { TransformOption } from '../types.js'; export interface BackgroundOptions { background: string; } export declare const getBackground: TransformOption<BackgroundOptions, string>;