A web app that lets you generate and edit CSS shape() values, for use in
clip-path, offset-path, and other properties that accept shapes.
- Install dependencies with
npm install. - start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of the app:
npm run buildYou can preview the production build with npm run preview.
If you want to contribute code, it's suggested to use the pre-push hook to run tests and other validation before pushing changes. You can install the pre-push hook by running:
./hooks/install.sh