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.

4 lines 261 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";