MCPcopy Create free account
hub / github.com/fmhy/edit / transform

Method transform

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

13912 * @param transform
13913 */
13914 transform(transform: ImageTransform): ImageTransformer
13915 /**
13916 * Draw an image on this transformer, returning a transform handle.
13917 * 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