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

x/fresh_images/src/types.ts>TransformFn

Fresh plugin for manipulating images on-the-fly.
Latest
type alias TransformFn
import { type TransformFn } from "https://deno.land/x/fresh_images@v0.3.0/src/types.ts";

A function that transforms an image or GIF

definition: (img: Image | GIF, req: Request) => Promise<Image | GIF>