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 181 B
import type { SquircleOptionsClip } from "../types.js"; export declare const sortAndSerialize: (input: SquircleOptionsClip) => string; //# sourceMappingURL=sortAndSerialize.d.ts.map