UNPKG

html-squircle

Version:

Utilities for generating superellipse squircles in the form of SVG strings, to be used in clip-path and background inline styles.

3 lines 286 B
/** Get the pixels shifts for curve length and roundness. */ export declare const getCurveSpec: (width: number, height: number, curveLength: number | undefined, roundness: number) => readonly [curveLengthShift: number, roundnessShift: number]; //# sourceMappingURL=getCurveSpec.d.ts.map