* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions)
| 6570 | * @returns A transform handle |
| 6571 | */ |
| 6572 | input(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions): ImageTransformer; |
| 6573 | } |
| 6574 | interface ImageTransformer { |
| 6575 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected