CSS Border-Radius Can Do That?
When you use eight values specifying border-radius in CSS, you can build organic looking shapes. WOW
Here is an article giving you some background information about the whole CSS border-radius-slash-syntax stuff.
TL/DR: β simply use our visual generator.
How to develop:
npm install
npm run dev
open http://localhost:5174/ or open http://localhost:5174/full-control.html Serves the bundle in-memory.
How to for production build and preview locally:
npm run build
npm run preview