Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwenjian/gradex
An online tool to generate gradients background from given image so you can preview and download it.
https://github.com/jwenjian/gradex
canvas element-ui grade grade-js image-processing vue vue-cli
Last synced: 12 days ago
JSON representation
An online tool to generate gradients background from given image so you can preview and download it.
- Host: GitHub
- URL: https://github.com/jwenjian/gradex
- Owner: jwenjian
- License: mit
- Created: 2019-08-24T19:21:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:06:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T14:58:43.928Z (24 days ago)
- Topics: canvas, element-ui, grade, grade-js, image-processing, vue, vue-cli
- Language: Vue
- Homepage: https://jwenjian.github.io/gradex/
- Size: 3.03 MB
- Stars: 157
- Watchers: 3
- Forks: 10
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gradex
An online tool to generate gradients background from given image so you can preview and download it.# Screenshots
![screenshot_20190825095131](https://user-images.githubusercontent.com/25657798/63644579-ce8ffd00-c71e-11e9-888f-f5d52c044f5f.png)
![screenshot_20190825095341](https://user-images.githubusercontent.com/25657798/63644581-d2238400-c71e-11e9-8981-fde68f18f205.png)# Dependencies
- [vue.js](https://github.com/vuejs/vue)
- [vue-cli v3](https://github.com/vuejs/vue-cli)
- [element-ui](https://github.com/ElemeFE/element)
- [grade-js](https://github.com/benhowdle89/grade)# Run local
1. Clone the repo
2. Install vue-cli: `npm install -g @vue/cli`
3. Install dependencies: `npm install`
4. Start dev server: `npm run serve`# License
MIT LicenseCopyright (c) 2019 Jiang Wenjian