export interface ImageDataWrapper {
    data: Uint8ClampedArray;
    width: number;
    height: number;
}
