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.

7 lines 446 B
import type { SquircleOptionsBackground } from "../types.js"; /** * Returns a new object with all Background options, filled by the input, * ordered, and restricted only to Background options. */ export declare const fillOptions: ({ width, height, curveLength, roundness, stroke, strokeWidth, background, injectedDefs, injectedBody, }: Partial<SquircleOptionsBackground>) => SquircleOptionsBackground; //# sourceMappingURL=fillOptions.d.ts.map