ComposeOperation type

The return result of a compose callback, directing which pixels to place where

Signature:

export type ComposeOperation = {
    sourceRect: OffsetRect;
    destRect: OffsetRect;
};

References: OffsetRect