Interface ImageData

interface ImageData {
    jpegBuffer: ImageData;
}

Properties

Properties

jpegBuffer: ImageData