UNPKG

@thi.ng/imago

Version:

JSON & API-based declarative and extensible image processing trees/pipelines

5 lines 328 B
import type { OverlayOptions, Sharp } from "sharp"; import type { CompLayer, ImgProcCtx, Processor } from "../api.js"; export declare const compositeProc: Processor; export declare const defLayer: import("@thi.ng/defmulti").MultiFn3<CompLayer, Sharp, ImgProcCtx, Promise<OverlayOptions>>; //# sourceMappingURL=composite.d.ts.map