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.
- Host: GitHub
- URL: https://github.com/vicmeow/shapy
- Owner: vicmeow
- Created: 2018-10-27T17:39:52.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T17:19:04.000Z (over 3 years ago)
- Last Synced: 2025-02-27T09:35:06.758Z (about 1 year ago)
- Topics: css-gradients, design-tools, developer-tools, gradient, vuejs
- Language: Vue
- Homepage: https://shapy.app
- Size: 4.44 MB
- Stars: 115
- Watchers: 2
- Forks: 11
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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 setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```