* 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)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected