MCPcopy Create free account
hub / github.com/cloudflare/mcp / transform

Method transform

worker-configuration.d.ts:9846–9846  ·  view source on GitHub ↗

* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param transform

(transform: ImageTransform)

Source from the content-addressed store, hash-verified

9844 */
9845 sequence_id?: number;
9846 /**
9847 * The type of event being reported.
9848 */
9849 event?: "Update" | "StartOfTurn" | "EagerEndOfTurn" | "TurnResumed" | "EndOfTurn";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected