MediaTransformer
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8985
Media transformer for applying transformation operations to media content. Handles sizing, fitting, and other input transformation parameters.
Methods
Section titled “Methods”transform()
Section titled “transform()”transform(
transform):MediaTransformationGenerator
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8991
Applies transformation options to the media content.
Parameters
Section titled “Parameters”transform
Section titled “transform”MediaTransformationInputOptions
Configuration for how the media should be transformed
Returns
Section titled “Returns”A generator for producing the transformed media output