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