UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

9 lines 285 B
/** * Coordinates of the surrounding pixels relative to the current pixel. * First pixel is the one on the right, then they are in clockwise order. */ export declare const surroundingPixels: { row: number; column: number; }[]; //# sourceMappingURL=surroundingPixels.d.ts.map