UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

7 lines 190 B
/** * Round a pixel value. * @param value - Value of the pixel. * @returns The rounded value. */ export declare function round(value: number): number; //# sourceMappingURL=round.d.ts.map