Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/plugins/transform_images.ts>TransformationFunction

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias TransformationFunction
import { type TransformationFunction } from "https://deno.land/x/lume@v2.3.3/plugins/transform_images.ts";
definition: (image: sharp.Sharp, ...args: any[]) => void