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

x/fresh_images/src/types.ts>TransformRoute

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

A route that maps to a transformation function

Properties

optional
path: string
handler: TransformFn