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

Method draw

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

* Draw an image on this transformer, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param image The image (or transformer that will give the image) to draw * @param options The options configuring how to draw the image

(image: ReadableStream<Uint8Array> | ImageTransformer, options?: ImageDrawOptions)

Source from the content-addressed store, hash-verified

4920 * @param options The options configuring how to draw the image
4921 */
4922 draw(image: ReadableStream<Uint8Array> | ImageTransformer, options?: ImageDrawOptions): ImageTransformer;
4923 /**
4924 * Retrieve the image that results from applying the transforms to the
4925 * provided input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected