UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

8 lines 265 B
import type { Point } from '../../geometry/index.js'; /** * Round a point to the nearest integer. * @param point - Point to round. * @returns The rounded point. */ export declare function roundPoint(point: Point): Point; //# sourceMappingURL=roundPoint.d.ts.map