An ImageProcessor should provide an abstraction layer to perform image processing via a 3rd part library

ImageFinderInterface

interface ImageProcessor {
    colorAt(image, location): Promise<RGBA>;
}

Methods

Methods

Generated using TypeDoc