UNPKG

imagetools-core

Version:
8 lines (7 loc) 206 B
import type { TransformFactory } from '../types.js'; export interface HSBOptions { hue: string; saturation: string; brightness: string; } export declare const hsb: TransformFactory<HSBOptions>;