An open API service indexing awesome lists of open source software.

https://github.com/vicmeow/shapy

Shapy is a CSS gradient editor that lets you size, position and layer CSS gradients on a single div element.
https://github.com/vicmeow/shapy

css-gradients design-tools developer-tools gradient vuejs

Last synced: about 1 year ago
JSON representation

Shapy is a CSS gradient editor that lets you size, position and layer CSS gradients on a single div element.

Awesome Lists containing this project

README

          

# Shapy

Shapy is a CSS gradient editor that helps you explore the power of CSS gradients. Create custom shapes or images using gradients only.

Contributions welcome!
Check out the [guidelines](./.github/CONTRIBUTING.md) for more info.

Have an idea for Shapy? [Submit a Feature Request](https://github.com/vicbergquist/shapy/issues/new?template=feature_request.md)!
Found a bug? [Submit a Bug Report](https://github.com/vicbergquist/shapy/issues/new?template=bug_report.md)!

## Demo

## [shapy.app](https://shapy.app/)

![Project screenshot](./docs/assets/shapyapp.png)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```