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

Method draw

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

6585 * @param options The options configuring how to draw the image
6586 */
6587 draw(image: ReadableStream<Uint8Array> | ImageTransformer, options?: ImageDrawOptions): ImageTransformer;
6588 /**
6589 * Retrieve the image that results from applying the transforms to the
6590 * provided input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected