* Retrieve the image that results from applying the transforms to the * provided input * @param options Options that apply to the output e.g. output format
(options: ImageOutputOptions)
| 13993 | * @param options Options that apply to the output e.g. output format |
| 13994 | */ |
| 13995 | output(options: ImageOutputOptions): Promise<ImageTransformationResult> |
| 13996 | } |
| 13997 | type ImageTransformationOutputOptions = { |
| 13998 | encoding?: 'base64' |
no outgoing calls
no test coverage detected