MCPcopy Create free account
hub / github.com/fontsource/fontsource / transform

Method transform

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

6578 * @param transform
6579 */
6580 transform(transform: ImageTransform): ImageTransformer;
6581 /**
6582 * Draw an image on this transformer, returning a transform handle.
6583 * 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