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 172 B
/** Get squircle SVG path. */ export declare const getPath: (width: number, height: number, cShift: number, rShift: number) => string; //# sourceMappingURL=getPath.d.ts.map