squircle

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

commit 9deff18ebbd3e3d801bf16d1a34ef3ffc9733724
parent 68cf4b7e97b4cf8af41e47dc6ce8b534273f04b8
Author: George Francis <georgedoescode@gmail.com>
Date:   Wed,  1 Jul 2020 14:00:11 +0100

update package.json with simpler repo name

Diffstat:
Mpackage.json | 2+-
Mpublic/index.html | 2+-
Msrc/App.vue | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json @@ -1,5 +1,5 @@ { - "name": "squircle-land", + "name": "squircle", "version": "1.0.0", "private": true, "description": "", diff --git a/public/index.html b/public/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Generator | App Name</title> + <title>Generator | Squircle App</title> <meta name="description" content="Create and export beautiful SVG squircles to use in your designs." diff --git a/src/App.vue b/src/App.vue @@ -6,6 +6,6 @@ <template> <main> - <h1>Squircle Land!</h1> + <h1>Let's Squircle!</h1> </main> </template>