hyperellipse
Installation
SKILL.md
hyperellipse
Transparent polyfill for CSS corner-shape. Native rendering in supporting browsers; spec-accurate JS fallback in Safari and Firefox.
Docs: https://hyperellipse.vercel.app
When to use
- User wants squircles, superellipses, scoops, or notches with cross-browser support
- User mentions
corner-shapeoutside Chrome - User integrates, debugs, or migrates to the
hyperellipsenpm package
Setup checklist
- Install:
npm install hyperellipse(orbun/pnpm) - CSS: set
--corner-shapeon each shaped element (does not inherit) - Client: call
registerHyperellipse()once - SSR: add the CSS scale snippet (see below)