Skip to content

An app for generating and editing CSS shape() values, for use in clip-path and other properties.

License

Notifications You must be signed in to change notification settings

PontusHorn/ship-shape.win

Repository files navigation

ship-shape.win

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.

Developing

  1. Install dependencies with npm install.
  2. start a development server:
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.

Contributing

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

About

An app for generating and editing CSS shape() values, for use in clip-path and other properties.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published