Trevixal API
    Preparing search index...

    Type Alias ImageTransformer

    ImageTransformer: (
        source: Blob | string,
        transform: ImageTransform,
        options?: TransformImageOptions,
    ) => Promise<Blob>

    How the transform is applied to any source that can be decoded.

    Type Declaration