squircle

Make all the squircles you need, in the browser. https://github.com/georgedoescode/squircle https://squircley.app/
git clone http://git.hanabi.in/repos/squircle.git
Log | Files | Refs | LICENSE

.prettierrc (131B)


      1 {
      2     "tabWidth": 4,
      3     "semi": true,
      4     "singleQuote": true,
      5     "trailingComma": "es5",
      6     "vueIndentScriptAndStyle": false
      7 }