MCPcopy Create free account
hub / github.com/idosal/git-mcp / transform

Method transform

worker-configuration.d.ts:4915–4915  ·  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

4913 * @param transform
4914 */
4915 transform(transform: ImageTransform): ImageTransformer;
4916 /**
4917 * Draw an image on this transformer, returning a transform handle.
4918 * You can then apply more transformations, draw, or retrieve the output.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected