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.

6 lines 453 B
export { backgroundSquircle, backgroundSquircleObj, } from "./core/backgroundSquircle.js"; export { clipSquircle, clipSquircleObj } from "./core/clipSquircle.js"; export { eitherSquircleObj } from "./core/eitherSquircle.js"; export { tag } from "./utils/tag.js"; export type { GradientStop, SquircleOptionsClipReact, SquircleOptionsClip, SquircleOptionsBackgroundReact, SquircleOptionsBackground, } from "./types.js"; //# sourceMappingURL=index.d.ts.map