UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

7 lines 216 B
/** * Compute the radius of the circle of given size. * @param size - Size of the circle. * @returns The radius. */ export declare function getRadius(size: number): number; //# sourceMappingURL=getRadius.d.ts.map